
#u_c_index a {
	color: #000
}
#u_c_index a:hover {
	color: #666
}
#u_c_index a img:hover {
	opacity: .7;
	transition: .5s
}
#u_c_index #wrapper {
	width: 100%;
	position: relative;
	overflow: hidden
}
#u_c_index #wrapper img {
	max-width: 100%;
	height: auto
}
#u_c_index .gotop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 20000
}
#u_c_index .gotop a {
	width: 12px;
	height: 73px;
	display: block
}
#u_c_index .Center {
	text-align: center!important;
	margin: 0 auto!important
}
#u_c_index .TextCenter {
	text-align: center
}
#u_c_index .TextLeft {
	text-align: left
}
#u_c_index .TextRight {
	text-align: right
}
#u_c_index .Wht {
	color: #fff!important
}
#u_c_index .MgnTop3 {
	margin-top: 3%!important
}
#u_c_index .MgnTop5 {
	margin-top: 5%!important
}
#u_c_index .MgnTop8 {
	margin-top: 8%!important
}
#u_c_index .List3-1, #u_c_index .List3-2, #u_c_index .List3-3 {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly
}
#u_c_index .List3-1 li, #u_c_index .List3-2 li, #u_c_index .List3-3 li {
	display: inline-block;
	width: 29.3333%;
	margin: 0 1%;
	vertical-align: top
}
#u_c_index .ShadowBox {
	box-shadow: 0 0 8px silver
}
.iframe-content {
	position: relative;
	width: 100%;
	padding-bottom: 30%
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#u_c_index .Max800 {
	max-width: 800px;
	width: 90%;
	margin: 0 auto
}
#u_c_index .Max1000 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto
}
#u_c_index .Max1200 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto
}
#u_c_index .Max1500 {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto
}
#u_c_index .Big {
	font-size: 120%
}
#u_c_index .LineLeft a {
	display: inline-block;
	position: relative;
	color: #555;
	text-decoration: none
}
#u_c_index .LineLeft a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background: #555;
	transform: scaleX(0);
	transform-origin: left;
	transition: .4s
}
#u_c_index .LineLeft a:hover:before {
	transform: scale(1)
}
#u_c_index .eachTextAnime span {
	opacity: 0
}
#u_c_index .eachTextAnime.appeartext span {
	animation: text_anime_on 1s ease-out forwards
}
@keyframes text_anime_on {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
#u_c_index .fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0
}
@keyframes fadeInAnime {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
#u_c_index .fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	opacity: 0
}
@keyframes fadeUpAnime {
	0% {
		opacity: 0;
		transform: translateY(100px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
#u_c_index .fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	opacity: 0
}
@keyframes fadeDownAnime {
	0% {
		opacity: 0;
		transform: translateY(-100px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
#u_c_index .fadeLeft {
	animation-name: fadeLeftAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0
}
@keyframes fadeLeftAnime {
	0% {
		opacity: 0;
		transform: translate(-200px)
	}
	to {
		opacity: 1;
		transform: translate(0)
	}
}
#u_c_index .fadeRight {
	animation-name: fadeRightAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0
}
@keyframes fadeRightAnime {
	0% {
		opacity: 0;
		transform: translate(200px)
	}
	to {
		opacity: 1;
		transform: translate(0)
	}
}
#u_c_index .card-box .card:hover {
	animation: bounce .8s ease-out
}
@keyframes bounce {
	0% {
		transform: translate(0)
	}
	16.6% {
		transform: translateY(-20px);
		animation-timing-function: ease-in
	}
	33.3% {
		transform: translate(0)
	}
	49.8% {
		transform: translateY(-14px);
		animation-timing-function: ease-in
	}
	66.4% {
		transform: translate(0)
	}
	83% {
		transform: translateY(-4px);
		animation-timing-function: ease-in
	}
	to {
		transform: translate(0)
	}
}
#u_c_index a .GrnBtn {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: transparent;
	padding: 10px 18px;
	border: 3px solid #7CCF90;
	box-sizing: border-box;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s
}
#u_c_index a .GrnBtn:before, #u_c_index a .GrnBtn:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px
}
#u_c_index a .GrnBtn:before {
	background: #7ccf90;
	z-index: -1;
	transition: transform ease .3s, opacity .3s
}
#u_c_index a.GrnBtn:after {
	border: 3px solid #7CCF90;
	box-sizing: border-box
}
#u_c_index a .GrnBtn:hover {
	color: #7ccf90
}
#u_c_index a .GrnBtn:hover:before {
	transform: scale(0);
	opacity: 0
}
#u_c_index .faderight {
	animation-name: faderight;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	float: right;
	margin-top: -5px
}
@keyframes faderight {
	0% {
		opacity: 0;
		transform: translate(0)
	}
	to {
		opacity: 1;
		transform: translate(30px)
	}
}
#u_c_index .fadeup {
	animation-name: fadeup;
	animation-duration: 1.5s;
	animation-iteration-count: infinite
}
@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
@media only screen and (min-width:769px) {
	#u_c_index .PC_none {
		display: none
	}
}
@media only screen and (max-width: 768px) {
	#u_c_index .SP_none {
		display: none!important
	}
	#u_c_index .MgnTop5 {
		margin-top: 10%!important
	}
	#u_c_index .MgnTop3 {
		margin-top: 5%!important
	}
	#u_c_index .MgnTop8 {
		margin-top: 15%!important
	}
	#u_c_index .gotop {
		right: 5px;
		bottom: 5px
	}
	#u_c_index .iframe-content {
		padding-bottom: 56.25%
	}
	#u_c_index .List3-1 li {
		width: 90%;
		margin: 8% auto 0
	}
	#u_c_index .List3-2 li {
		width: 47%;
		margin: 8% 1% 0
	}
}