@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

#container {
	text-align: left;
}



body {
	-webkit-font-smoothing: antialiased;
	color: #333;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	height: 100%;
	font: 14px/1.8 "HarmonyOS";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#fullpage {
	height: 100%;
	overflow: hidden
}

.container {
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 100;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 0 4%;
	z-index: 9999;
	transition: 0.3s;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#gHeader .logo {
	width: 230px;
	margin-top: 20px;
}

#gHeader .ss {
	width: 60px;
	height: 100px;
	background: url(../../images/ss.png) no-repeat left center;
	background-size: 30px;
	cursor: pointer;
}

#gHeader .form {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	padding: 60px 0;
	background: rgba(255, 255, 255, .85);
	z-index: 101;
	display: none;
}

#gHeader .form form {
	width: 30%;
	max-width: 450px;
	margin: 0 auto;
	position: relative;
	font-size: 15px;
	border-radius: 5px;
	overflow: hidden;
}

#gHeader .form form input[type="text"] {
	width: 100%;
	line-height: 40px;
	padding: 0 100px 0 12px;
	box-sizing: border-box;
	background: #f5f5f5;
	border: none;

}

#gHeader .form form input[type="submit"] {
	width: 90px;
	line-height: 40px;
	padding: 0;
	box-sizing: border-box;
	background: #1662b7;
	border: none;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

#gHeader .form span.close {
	display: block;
	width: 35px;
	line-height: 30px;
	height:35px;
	font-size: 30px;
	background: #1662b7;
	color:#fff;
	text-align: center;
	position: absolute;
	right: 10%;
	top: 10px;
	cursor: pointer;
}

#gHeader .tel {
	border-left: 1px solid rgba(255, 255, 255, .2);
	line-height: 100px;
}

#gHeader .tel a {
	display: block;
	font-size: 24px;
	color: #fff;
	padding-left: 46px;
	background: url(../../images/tel.png) no-repeat left 12px center;
	background-size: 30px;
	position: relative;

}

#gHeader .tel a:before {
	content: "";
	width: 2px;
	position: absolute;
	left: -1px;
	top: 50%;
	height: 20px;
	transform: translateY(-50%);
	background: #fff;
}

#gHeader.on {
	background: #1662b7;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 65%;
}

#gNavi li a {
	display: block;
}

#gNavi .ul1>li {
	width: 16.66%;
	float: left;
}

#gNavi .ul1>li>a {
	line-height: 100px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	position: relative;
}

#gNavi .ul1>li>a:before {
	content: "";
	width: 0;
	bottom: 20px;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	height: 3px;
	background: #fff;
	border-radius: 3px;
	transition: 0.3s;
}

#gNavi .ul1>li>a:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#gNavi .ul1>li:last-child>a:after {
	display: none;
}

#gNavi .ul1>li.on>a {
	font-weight: 600;
}

#gNavi .ul1>li.on>a:before {
	width: 30px;
}

#gNavi .ul1>li .drop {
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, .85);
	padding: 0px 12%;
	font-family: "微软雅黑";
	display: none;
	z-index: 9999
}

/* #gNavi .ul1>li .drop .conta {
	background-color: #1662b7;
} */

#gNavi li .drop .lBox {
	width: 15%;
	padding: 25px 0;
	font-family: "微软雅黑";
}

#gNavi li .drop .lBox li a {
	line-height: 40px;
	text-align: left;
	font-size: 16px;
	padding: 0 30px 0 0px;
	text-align:center;
	background: url(../../images/jt1.png) no-repeat right 18px center;
	background-size: 15px;
	border-bottom: 1px dashed #dae2eb;
	color: #666;
}

#gNavi li .drop .lBox li.on a {
	background: #1662b7 url(../../images/jt2.png) no-repeat right 18px center;
	background-size: 15px;
	color: #fff;
	border-bottom:none
}

#gNavi li .drop .rBox {
	width: 85%;
}

#gNavi li .drop .rBox .rtab {
	padding: 30px 0px 0 30px;
}

#gNavi li .drop .rBox dt a {
	line-height: 50px;
	font-size: 18px;
	padding: 0 30px 0 30px;
	font-weight: 600;
	position: relative;
	color: #1662b7;
	background: url(../../images/icon14_t.png) no-repeat left center;
	background-size: 22px;
	border-bottom: 1px dashed rgba(255, 255, 255, .2);
}


#gNavi li .drop .rBox dd a {
	line-height: 30px;
	font-size: 15px;
	display: inline-block;
	margin: 0 10px;
	color: #555;
}

#gNavi li .drop .rBox dd a:hover {
	color: #1662b7;
}

#gNavi .ul1>li .drop1 {
	text-align: center;
	padding: 30px 8% !important;
}

#gNavi .ul1>li .drop1 a {
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	font-size: 15px;
	background: #1662b7;
	margin: 8px;
	border-radius: 5px;
}

#gNavi li .drop .rBox .rec h3 {
	font-size: 18px;
	color: #c39c61;
	padding-left: 32px;
	background: url(../../images/hot1.png) no-repeat left center;
	background-size: 24px;
	margin-top: 20px;
}

#gNavi li .drop .rBox .rec .pho {
	width: 25%;
	float: left;
	padding: 20px 20px 0;
	box-sizing: border-box;
}

#gNavi li .drop .rBox .rec .pho a {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

#gNavi li .drop .rBox .rec .pho a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: url(../../images/hot.png) no-repeat center;
	background-size: 60px;
}

#gNavi li .drop .rBox .rec .pho a p {
	line-height: 40px;
	background: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #555;
	border-top: 1px solid #efefef;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/bg8.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}

#gFooter .ttex {
	text-align: center;
}

#gFooter .ttex h3 {
	font-size: 30px;
	font-weight: 500;
}

#gFooter .ttex p {
	font-size: 18px;
}

#gFooter .ttex a {
	display: block;
	width: 140px;
	line-height: 40px;
	background: #1662b7;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	margin: 20px auto;
	font-size: 15px;
}

#gFooter .box {
	margin-top: 30px;
}

#gFooter dl {
	float: left;
	font-size: 15px;
}

#gFooter dl dt {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
}

#gFooter dl dd a {
	color: #fff;
	line-height: 30px;
	display: block;
}

#gFooter dl.dl1 {
	width: 14%;
}


#gFooter dl.dl2 {
	width: 28%;
}

#gFooter dl dd {
	overflow: hidden;
}

#gFooter dl.dl2 dd a {
	width: 50%;
	float: left;
}

#gFooter dl.dl3 {
	width: 36%;
}

#gFooter dl.dl3 dd p {
	line-height: 30px;
}

#gFooter dl.dl4 {
	width: 22%;
}

#gFooter dl.dl4 dd {
	text-align: center;
}

#gFooter dl.dl4 img {
	display: block;
	width: 140px;
	margin: 15px auto 5px;
}

#gFooter .fLink {
	margin-top: 30px;
}

#gFooter .fLink strong {
	font-size: 17px;
	font-weight: 500;
}

#gFooter .fLink a {
	display: inline-block;
	padding: 0 8px 0 5px;
	border-right: 1px dashed rgba(255, 255, 255, .5);
	color: #fff;
	line-height: 14px;
}

#gFooter .power {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(255, 255, 255, .5);
	line-height: 36px;
	text-align: center;
}

#gFooter .power a {
	color: #fff;
}

#gFooter .power img {
	width: 20px;
}


.section .title {
	text-align: center;
	color: #fff;
}

.section .title strong {
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
}

.section .title h2 {
	font-size: 32px;
	margin: 10px 0 20PX;
}

.section .title p {
	font-size: 17px;
}


.sp {
	display: none !important;
}

.fixed {
	position: fixed;
	top: 60%;
	background: rgba(255, 255, 255, .75);
	box-shadow: 0 0 3px 3px rgba(22, 98, 183, 0.1);
	border-radius: 10px 0 0 10px;
	z-index: 10000;
	right: 0;
}

.fixed ul {
	width: 65px;
}

.fixed li {
	position: relative;
}

.fixed li span {
	display: block;
	width: 65px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
}

.fixed li span img {
	width: 33px
}

.fixed li .box0 {
	position: absolute;
	right: 65px;
	top: 0;
	padding: 12px 20px;
	background: #fff;
	box-shadow: 0 0 3px 3px rgba(22, 98, 183, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-25px);
	transition: all .3s ease-in-out;
}

.fixed li .box0 p {
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
}

.fixed li .box0:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: -5px;
	top: 30px;
	box-shadow: 3px -3px 3px rgba(22, 98, 183, 0.1);
}

.fixed li .ebox0 {
	padding: 8px;
}

.fixed li .box0 img {
	width: 140px;
}

.fixed li:hover .box0 {
	transform: translateX(-20px);
	opacity: 1;
	visibility: visible;
}

.fixed li:hover span {
	opacity: 1;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	#gHeader .logo {
		width: 220px;
		margin-top: 15px
	}#gHeader .ss {
		height: 90px;
		width: 50px;
		background-size: 28px;
	}

	#gHeader .form {
		top: 90px;
	}

	#gNavi {
		width: 62%;
	}

	#gNavi .ul1>li>a {
		line-height: 90px;
		font-size: 18px
	}

	#gNavi .ul1>li .drop {
		top: 90px;
		padding: 0 8%
	}
	#gNavi .ul1>li .drop1 {
		padding:30px 8%  !important
	}
	#gNavi li .drop .lBox {
		padding: 20px 0 0;
	}
	#gNavi li .drop .lBox li a {
		line-height:38px
	}
	#gNavi li .drop .rBox dd a {
		line-height:28px
	}
	#gNavi li .drop .rBox .rtab {
		padding: 20px 30px 0;
	}

	#gNavi li .drop .rBox .rec {
		padding-top: 0;
	}

	#gNavi li .drop .rBox .rec .pho {
		padding: 14px 15px 0;
	}


	#gHeader .tel {
		line-height: 90px
	}

	#gHeader .tel a {
		font-size: 22px
	}

	#gFooter .ttex h3 {
		font-size: 30px;
	}

	#gFooter .container {
		width: 85%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.container {
		width: 90%;
	}

	#gHeader {
		padding: 0 3%;
	}

	#gNavi .ul1>li>a {
		font-size: 16px
	}

	#gFooter .ttex h3 {
		font-size: 26px;
	}

	#gFooter .container {
		width: 90%;
	}
}


@media all and (min-width: 768px) and (max-width: 1400px) {

	#gFooter .container {
		width: 94%;
	}

	#gHeader .logo {
		width: 200px;
		margin-top: 14px
	}

	#gHeader .tel {
		line-height: 80px
	}
	#gHeader .ss {
		height: 80px;
	}
	#gHeader .form {
		top: 80px;
	}

	#gNavi .ul1>li>a {
		line-height: 80px
	}

	#gNavi .ul1>li .drop {
		padding: 0 30px;
		top: 80px
	}

	#gNavi .ul1>li>a:before {
		bottom: 15px
	}

	#gNavi li .drop .rBox .rtab {
		padding-top: 10px
	}

	#gNavi li .drop .rBox dt a {
		line-height: 40px
	}


	#gNavi li .drop .rBox dd a {
		font-size: 14px;
	}
	#gNavi li .drop .lBox li a {
		font-size:15px
	}

}
@media all and (min-width: 768px) and (max-width: 1300px) {
	#gHeader {
		padding: 0 2%;
	}

	#gHeader .ss {
		width: 40px;
		background-size: 26px;
	}

	#gNavi {
		width: 60%;
	}
}

@media all and (min-width: 768px) and (max-width: 1200px) {
	#gHeader .tel {
		display: none;
	}

	#gNavi {
		width: 66%;
	}
	#gNavi li .drop .lBox {
		width:18%
	}
	#gNavi li .drop .rBox {
		width:82%
	}
}


@media all and (max-height: 800px) {
	#gNavi li .drop .lBox {
		overflow: hidden;
		height: 800px !important;
	}

	#gNavi li .drop .lBox ul {
		height: 650px !important;
		overflow-y: scroll;
	}

	#gNavi li .drop .rBox .rtab {
		padding-top: 0
	}

	#gNavi li .drop .rBox dd {
		margin-top: 0px
	}

	#gNavi li .drop .rBox dd a {
		line-height: 28px
	}

	#gNavi li .drop .rBox dt a {
		line-height: 45px;
		margin-top: 10px;
	}

	#gNavi li .drop .rBox .rec h3 {
		margin-top: 10px
	}

}

@media all and (max-height: 700px) {
	#gNavi li .drop .lBox ul {
		height: 570px !important;
	}


}

@media all and (max-height: 650px) {
	


}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}



	.fl {
		float: inherit;
	}

	.fr {
		float: inherit;
	}

	.container {
		width: 100%;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 10px;
		background: #1662b7;
	}

	#gHeader .logo {
		width: 180px;
		margin-top: 0px;
	}

	#gHeader .tel {
		border-left: none;
		width: 32px;
		overflow: hidden;
		line-height: inherit;
		position: absolute;
		right: 50px;
		top: 20px;

	}

	#gHeader .tel a {
		font-size: 16px;
		width: 32px;
		height: 32px;
		overflow: hidden;
		color: rgba(0, 0, 0, 0);
		padding-left: 0px;
		background: url(../../images/tel3.png) no-repeat center;
		background-size: 32px;

	}

	#gHeader .tel a:before {
		display: none;
	}

	#gHeader .menu {
		width: 32px;
		height: 32px;
		background: url(../../images/menu2.png) no-repeat center;
		background-size: 28px;
		position: absolute;
		right: 10px;
		top: 20px;
	}

	#gHeader .ss {
		width: 34px;
		height: 34px;
		background: url(../../images/ss.png) no-repeat center;
		background-size: 30px;
		position: absolute;
		right: 85px;
		top: 20px;
	}

	#gHeader .form {
		top: 72px;
		padding: 30px 20px;
	}

	#gHeader .form form {
		width: 100%;
		font-size: 14px;
	}

	#gHeader .form form input[type="text"] {
		width: 100%;
		line-height: 35px;
		padding: 0 90px 0 10px;

	}

	#gHeader .form form input[type="submit"] {
		width: 80px;
		line-height: 35px;
	}

	#gHeader .form span.close {
		display: none
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		position: fixed;
		top: 68px;
		right: 0%;
		bottom: 0;
		overflow-y: scroll;
		padding: 10px 20px 50px;
		box-sizing: border-box;
		z-index: 100;
		background: #1662b7;
		border-top: 1px solid rgba(255, 255, 255, .2);
		display: none;
	}

	#gNavi li a {
		display: block;
	}

	#gNavi .ul1>li {
		width: 100%;
		float: inherit;
	}

	#gNavi .ul1>li>a {
		line-height: 40px;
		font-size: 16px;
		text-align: left;
		border-bottom: 1px dashed rgba(255, 255, 255, .2);
		background: url(../../images/jt2.png) no-repeat right center;
		background-size: 15px;

	}

	#gNavi .ul1>li>a:before {
		display: none;
	}

	#gNavi .ul1>li>a:after {
		display: none;
	}

	#gNavi .ul1>li:last-child>a:after {
		display: none;
	}

	#gNavi .ul1>li.on>a {
		font-weight: 600;
	}

	#gNavi .ul1>li.on>a:before {
		width: 40px;
	}

	#gNavi .ul1>li .drop {
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
		background: none;
		padding: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

	#gNavi .ul1>li .drop .conta {
		background: none;
	}

	#gNavi li .drop .lBox {
		width: 100%;
		padding: 0px 0;
		height: inherit !important;
		background: none;
		font-family: "微软雅黑";
	}

	#gNavi li .drop .lBox ul {
		overflow: hidden;
		height: auto !important
	}

	#gNavi li .drop .lBox li {
		width: 50%;
		padding: 8px;
		box-sizing: border-box;
		float: left;
	}

	#gNavi li .drop .lBox li a {
		line-height: 30px;
		text-align: center;
		font-size: 15px;
		padding: 0;
		background: #efefef;
		border-bottom: none;
		color: #666;
		border-radius: 4px;
	}

	#gNavi li .drop .lBox li.on a {
		background: #fb7b0dfa;
		color: #fff;
	}

	#gNavi li .drop .rBox {
		display: none;
	}

	#gNavi .ul1>li .drop1 {
		padding: 10px 0 !important;
		overflow: hidden;
	}

	#gNavi .ul1>li .drop1 a {
		display: block;
		width: 48%;
		float: left;
		padding: 0;
		color: #444;
		line-height: 30px;
		background: #efefef;
		margin: 5px 1%;
	}

	#gNavi .ul1>li.on a.lin {
		background-image: url(../../images/jt4.png);
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 30px 10px 0;
	}

	#gFooter .ttex h3 {
		font-size: 26px;
	}

	#gFooter .ttex p {
		font-size: 16px;
	}

	#gFooter .ttex a {
		width: 120px;
		line-height: 36px;
		border-radius: 18px;
	}

	#gFooter .box {
		margin-top: 20px;
	}

	#gFooter dl {
		float: inherit;
		font-size: 15px;
	}

	#gFooter dl dt {
		font-size: 20px;
		margin-bottom: 7px;
	}

	#gFooter dl dd a {
		line-height: 27px;
	}

	#gFooter dl.dl1 {
		width: 100%;
	}

	#gFooter dl.dl2 {
		width: 100%;
		margin: 16px 0;
	}

	#gFooter dl dd {
		overflow: hidden;
	}

	#gFooter dl.dl1 dd a {
		width: 25%;
		float: left;
	}


	#gFooter dl.dl3 {
		width: 100%;
	}

	#gFooter dl.dl3 dd p {
		line-height: 28px;
	}

	#gFooter dl.dl4 {
		width: 100%;
		margin-top: 20px;
	}

	#gFooter dl.dl4 dd {
		text-align: center;
	}

	#gFooter dl.dl4 img {
		width: 130px;
	}

	#gFooter .fLink {
		margin-top: 30px;
	}

	#gFooter .fLink strong {
		font-size: 17px;
		font-weight: 500;
	}

	#gFooter .fLink a {
		display: inline-block;
		padding: 0 8px 0 5px;
		border-right: 1px dashed rgba(255, 255, 255, .5);
		color: #fff;
		line-height: 14px;
	}

	#gFooter .power {
		position: inherit;
		bottom: inherit;
		left: inherit;
		right: inherit;
		line-height: 27px;
		margin: 20px -10px 0;
		padding: 6px 0;
	}


	.section .title {
		text-align: center;
		color: #fff;
		padding-bottom: 20px;
	}

	.section .title strong {
		font-size: 26px;
	}

	.section .title h2 {
		font-size: 24px;
		font-weight: 500;
		margin: 0;
		line-height: 40px;
	}

	.section .title p {
		font-size: 15px;
		padding: 0 8px;
	}
	#gFooter {
		margin-bottom: 63px;

	}

	.fot {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 999;
		background: #1662b7;
	}

	.fot li {
		width: 33.33%;
		float: left;
	}

	.fot li a {
		display: block;
		padding: 8px 0 6px;
		text-align: center;
	}


	.fot li span {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0 auto 4px;
	}

	.fot li a p {
		font-size: 14px;
		font-weight: 300;
		color: #fff;
	}

	.wha {
		position: fixed;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
		z-index: 1000;
		display: none;
	}

	.wha .tex {
		position: absolute;
		left: 15%;
		right: 15%;
		top: 50%;
		transform: translateY(-50%);
		padding: 25px 0px;
		background: #fff;
		border-radius: 10px;
		z-index: 1100;
		text-align: center;
	}

	.wha .tex span {
		display:block;
		position:absolute;
		right:10px;
		top:0px;
		font-size:25px;
		color:#666;
	}

	.wha .tex b {
		display: block;
		width: 32px;
		margin: 0 auto;
	}

	.wha .tex strong {
		font-size: 17px;
		line-height: 34px;
	}

	.wha .tex p {
		color: #777;
		font-size: 15px;
		line-height: 27px;
	}

	.wha .tex a {
		display: block;
		width: 130px;
		line-height: 34px;
		background: #1662b7;
		color: #fff;
		margin: 10px auto 0;
		border-radius: 5px;
	}

	.embed-icon {
		bottom:30% !important
	}


}