
main section.scene .cards {
	margin-top: 50px
}

@media screen and (max-width:1080px) {
	main section.scene .cards {
		margin-top: 20px
	}
}

main section.scene .cards li {
	display: inline-block;
	padding: 50px 100px 50px 70px
}

main section.scene .cards li:nth-child(n+2) {
	border-top: 1px solid #e9e9e9
}

main section.scene .cards li:nth-child(2n+2) {
	direction: rtl
}

main section.scene .cards li:first-child {
	padding-top: 0
}

main section.scene .cards li:last-child {
	padding-bottom: 0
}

@media screen and (max-width:1080px) {
	main section.scene .cards li {
		padding: 15px 0
	}

	main section.scene .cards li .icon {
		display: none
	}
}

main section.scene .cards li .text,main section.scene .cards li .screen {
	direction: ltr;
	vertical-align: middle;
	width: 45%;
	padding: 15px;
	display: inline-block;
	text-align: left
}

@media screen and (max-width:1080px) {
	main section.scene .cards li .text,main section.scene .cards li .screen {
		width: auto
	}
}

main section.scene .cards li .text.text,main section.scene .cards li .screen.text {
	text-align: left
}

@media screen and (max-width:1080px) {
	main section.scene .cards li .text.text,main section.scene .cards li .screen.text {
		text-align: center
	}
}

main section.scene .cards li .text .figure,main section.scene .cards li .screen .figure {
	width: 100%;
	max-height: 350px
}

main section.scene .cards li p.h2 {
	margin-top: 25px;
	font-weight: 500;
	color: #7d8b86
}

@media screen and (max-width:1080px) {
	main section.scene .cards li p.h2 {
		margin-top: 10px
	}
}

main section.scene .cards li p.h6 {
	margin-top: 19px;
	font-weight: 500;
	line-height: 1.79;
	text-align: justify;
	color: rgba(125,139,134,.8)
}

h1,.h1 {
	font-size: 32px;
	line-height: 48px
}

h2,.h2 {
	font-size: 24px;
	line-height: 36px
}

h3,.h3 {
	font-size: 20px;
	line-height: 30px
}

h4,.h4 {
	font-size: 18px;
	line-height: 27px
}

h5,.h5 {
	font-size: 16px;
	line-height: 24px
}

h6,.h6 {
	font-size: 14px;
	line-height: 28px;
	color: #475669
}

@media screen and (max-width:1080px) {
	h1,.h1 {
		font-size: 24px;
		line-height: 36px
	}

	h2,.h2 {
		font-size: 20px;
		line-height: 30px
	}

	h3,.h3 {
		font-size: 18px;
		line-height: 27px
	}

	h4,.h4 {
		font-size: 16px;
		line-height: 24px
	}

	h5,.h5 {
		font-size: 14px;
		line-height: 28px
	}

	h6,.h6 {
		font-size: 12px;
		line-height: 24px
	}
}

.btn {
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
	text-align: center
}

.btn-standard1 {
	display: inline-block;
	min-width: 80px;
	padding: 11px 34px;
	border: 1px solid transparent;
	color: #04CB94;
	background-color: rgba(4,203,148,.1);
	border-color: #04CB94;
	font-size: 16px;
	line-height: 1em;
	border-radius: 2px;
	text-align: center;
	cursor: pointer
}

.btn-standard1:hover,.btn-standard1:active {
	color: #fff;
	background-color: #04CB94
}

.btn-standard2 {
	display: inline-block;
	min-width: 80px;
	padding: 11px 34px;
	border: 1px solid transparent;
	color: #fff;
	background-color: #04CB94;
	border-color: #04CB94;
	font-size: 16px;
	line-height: 1em;
	border-radius: 2px;
	text-align: center;
	cursor: pointer
}

.btn-standard2:hover,.btn-standard2:active {
	background-color: #03A276;
	border-color: #03A276
}

.btn-standard3 {
	display: inline-block;
	min-width: 80px;
	padding: 11px 34px;
	border: 1px solid transparent;
	color: #fff;
	background-color: rgba(255,255,255,.26);
	border-color: #fff;
	font-size: 16px;
	line-height: 1em;
	border-radius: 2px;
	text-align: center;
	cursor: pointer
}

.btn-standard3:hover,.btn-standard3:active {
	background-color: #d2e0f9;
	color: #3271e1
}

.btn-standard4,.btn-standard5 {
	display: inline-block;
	min-width: 80px;
	padding: 11px 34px;
	border: 1px solid transparent;
	color: #3271e1;
	background-color: #fff;
	border-color: #fff;
	font-size: 16px;
	line-height: 1em;
	border-radius: 2px;
	text-align: center;
	cursor: pointer
}

.btn-standard4:hover,.btn-standard5:hover,.btn-standard4:active,.btn-standard5:active {
	background-color: #d2e0f9;
	border-color: #d2e0f9
}

@media screen and (max-width:1080px) {
	.btn-standard1,.btn-standard2,.btn-standard3,.btn-standard4,.btn-standard5 {
		padding: 11px 34px
	}

	.sd-button-group .btn-standard1,.sd-button-group .btn-standard2,.sd-button-group .btn-standard3,.sd-button-group .btn-standard4,.sd-button-group .btn-standard5 {
		padding: 11px 15px;
		display: none;
	}
}

.btn-standard1[size=small],.btn-standard2[size=small],.btn-standard3[size=small],.btn-standard4[size=small],.btn-standard5[size=small] {
	padding: 6px 15px
}

.btn-standard1[type=round],.btn-standard2[type=round],.btn-standard3[type=round],.btn-standard4[type=round],.btn-standard5[type=round] {
	border-radius: 5em
}

nav .btn-standard5 {
	padding: 3px 18px 3px 12px;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important
}

nav .btn-standard5:hover {
	border: solid 1px #fff;
	background-color: #fff
}

main section {
}

main section.banner {
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat
}

main section.banner h1,main section.banner .h1 {
	font-weight: 500;
	line-height: 1.46;
	padding: 2px 0
}

main section.banner h2,main section.banner h3,main section.banner .h2,main section.banner .h3 {
	line-height: 1.75;
	padding: 2px 0
}

@media screen and (max-width:1080px) {
	main section.banner h2,main section.banner h3,main section.banner .h2,main section.banner .h3 {
		max-width: inherit
	}
}

main section.banner-shape {
	background-image: url( feature_bg_d405138.png);
	height: 450px
}

@media screen and (max-width:1080px) {
	main section.banner-shape {
		background-image: url( feature_bg_m_2b86ae7.png);
		height: 586px
	}
}

main section.banner-shape h1,main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape h4,main section.banner-shape .h1,main section.banner-shape .h2,main section.banner-shape .h3,main section.banner-shape .h4 {
	text-align: left
}

@media screen and (max-width:1080px) {
	main section.banner-shape h1,main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape h4,main section.banner-shape .h1,main section.banner-shape .h2,main section.banner-shape .h3,main section.banner-shape .h4 {
		text-align: center
	}
}

@media screen and (max-width:1080px) {
	main section.banner-shape article {
		padding-top: 84px
	}
}

main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape .h2,main section.banner-shape .h3 {
	max-width: 460px
}

main section.banner-shape .slogen {
	text-align: left;
	position: absolute;
	left: 159px;
	top: 140px
}

@media screen and (max-width:1080px) {
	main section.banner-shape .slogen {
		text-align: center
	}
}

main section.banner-shape .slogen p:nth-child(1) {
	font-weight: 500;
	line-height: 1.33
}

@media screen and (max-width:1080px) {
	main section.banner-shape .slogen p:nth-child(1) {
		line-height: 1.46
	}
}

main section.banner-shape .slogen p:nth-child(2) {
	line-height: 1.88;
	margin-top: 14px;
	max-width: 460px
}

@media screen and (max-width:1080px) {
	main section.banner-shape .slogen p:nth-child(2) {
		margin-top: 11px;
		line-height: 1.75;
		margin: 14px auto 0;
		text-align: left
	}
}

main section.banner-shape .slogen .buttons {
	margin-top: 25px
}

@media screen and (max-width:1080px) {
	main section.banner-shape .slogen .buttons {
		margin-top: 20px
	}
}

@media screen and (max-width:1080px) {
	main section.banner-shape .slogen {
		position: static
	}
}

main section.banner-shape .show .grid {
	left: 538px;
	top: 56px;
	width: 858px;
	position: absolute
}

@media screen and (max-width:1000px) {
	main section.banner-shape .show .grid {
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
		top: 381px;
		height: 60%;
		width: auto
	}
}

main section.banner-shape .show .shape {
	position: absolute;
	left: 819px;
	top: 138px
}

@media screen and (max-width:1000px) {
	main section.banner-shape .show .shape {
		left: 50%;
		top: 381px;
		height: 8rem;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0)
	}
}

main section.banner-poto {
	height: 450px;
	background-image: url( feature_bg_d405138.png)
}

@media screen and (max-width:1080px) {
	main section.banner-poto {
		background-image: url( feature_bg_m_2b86ae7.png)
	}
}

main section.banner-poto article {
	padding-top: 140px
}

@media screen and (max-width:1080px) {
	main section.banner-poto article {
		padding-top: 96px
	}
}

main section.banner-poto h1,main section.banner-poto .h1 {
	margin: 0 auto
}

main section.banner-poto h2,main section.banner-poto h3,main section.banner-poto .h2,main section.banner-poto .h3 {
	max-width: 593px;
	margin: 19px auto 0;
	font-weight: 100
}

@media screen and (max-width:1080px) {
	main section.banner-poto h2,main section.banner-poto h3,main section.banner-poto .h2,main section.banner-poto .h3 {
		margin: 13px auto 0
	}
}

main section.banner-poto .buttons {
	margin: 46px
}

main section.banner-simple {
	background-color: #257c4f;
	height: 350px
}

main section.banner-simple article {
	padding-top: 140px
}

@media screen and (max-width:1080px) {
	main section.banner-simple article {
		padding-top: 96px
	}
}

main section.banner-simple h1,main section.banner-simple .h1 {
	margin: 0 auto
}

main section.banner-simple h2,main section.banner-simple h3,main section.banner-simple .h2,main section.banner-simple .h3 {
	max-width: 593px;
	margin: 19px auto 0;
	font-weight: 100
}

@media screen and (max-width:1080px) {
	main section.banner-simple h2,main section.banner-simple h3,main section.banner-simple .h2,main section.banner-simple .h3 {
		margin: 13px auto 0
	}
}

main section.banner-simple .buttons {
	margin: 46px
}

main section.banner-home {
	background-image: url( recommend/recommend_bg_f1d2de3.png);
	/* background: -webkit-linear-gradient(270deg,#01c0b7 0,#04cb94 100%); */
	/* background: linear-gradient(180deg,#01c0b7 0,#04cb94 100%); */
	background: linear-gradient(to bottom, #2ea3fb, #2f7bf1);
	height: 700px
}

@media screen and (max-width:1080px) {
	main section.banner-home {
		background-image: url( recommend/recommend_bg_m_daa5557.png);
		/* background: -webkit-linear-gradient(270deg,#01c0b7 0,#04cb94 100%); */
		background: linear-gradient(to bottom, #2ea3fb, #2f7bf1);
		height: 600px
	}
}

main section.banner-home h1,main section.banner-home h2,main section.banner-home h3,main section.banner-home h4,main section.banner-home .h1,main section.banner-home .h2,main section.banner-home .h3,main section.banner-home .h4 {
	text-align: left
}

@media screen and (max-width:1080px) {
	main section.banner-home h1,main section.banner-home h2,main section.banner-home h3,main section.banner-home h4,main section.banner-home .h1,main section.banner-home .h2,main section.banner-home .h3,main section.banner-home .h4 {
		text-align: center
	}
}

@media screen and (max-width:1080px) {
	main section.banner-home article {
		padding-top: 100px
	}
}

main section.banner-home h2,main section.banner-home h3,main section.banner-home .h2,main section.banner-home .h3 {
	max-width: 460px
}

main section.banner-home .slogen {
	text-align: left;
	position: absolute;
	left: 159px;
	top: 200px
}

main section.banner-home .slogen>span.h4 {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 10px
}

@media screen and (max-width:1080px) {
	main section.banner-home .slogen {
		text-align: center
	}
}

main section.banner-home .slogen p:nth-of-type(1) {
	font-weight: 500;
	line-height: 1.33
}

@media screen and (max-width:1080px) {
	main section.banner-home .slogen p:nth-of-type(1) {
		line-height: 1.46
	}
}

main section.banner-home .slogen p:nth-of-type(2) {
	line-height: 1.88;
	margin-top: 14px;
	max-width: 460px
}

@media screen and (max-width:1080px) {
	main section.banner-home .slogen p:nth-of-type(2) {
		margin-top: 11px;
		line-height: 1.75;
		margin: 14px auto 0
	}
}

main section.banner-home .slogen .buttons {
	margin-top: 40px;
	float: left
}

@media screen and (max-width:1080px) {
	main section.banner-home .slogen .buttons {
		margin-top: 40px;
		float: none
	}
}

@media screen and (max-width:1080px) {
	main section.banner-home .slogen {
		position: static
	}
}

main section.banner-home .show .grid {
	left: 538px;
	top: 56px;
	width: 858px;
	position: absolute
}

@media screen and (max-width:1000px) {
	main section.banner-home .show .grid {
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
		top: 381px;
		height: 60%;
		width: auto
	}
}

main section.banner-home .show .shape {
	position: absolute;
	right: -30px;
	top: 18px;
	transform: scale(.7);
}

@media screen and (max-width:1000px) {
	main section.banner-home .show .shape {
		left: 50%;
		top: 381px;
		height: 8rem;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0)
	}
}

section article {
	margin: 0 20px
}

.h1,.h2,.h3,.h4,.h5,.h6 {
	color: #2E4446
}

.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
	color: #2E4446
}

.h1.detail,.h2.detail,.h3.detail,.h4.detail,.h5.detail,.h6.detail {
	color: #6C7C7D
}

.dark .h1,.dark .h2,.dark .h3,.dark .h4,.dark .h5,.dark .h6 {
	color: #FFF
}

.dark .h1 a,.dark .h2 a,.dark .h3 a,.dark .h4 a,.dark .h5 a,.dark .h6 a {
	color: #FFF
}

.mobile-only {
	display: none
}

@media screen and (max-width:1080px) {
	.mobile-only {
		display: block
	}
}

@media screen and (max-width:1080px) {
	.desktop-only {
		display: none
	}
}

main section.start {
	background-color: #02e894;
	background-image: -webkit-linear-gradient(344deg,#02e894,#00ab75);
	background-image: linear-gradient(106deg,#02e894,#00ab75);
	background-size: cover;
	padding-bottom: 0;
	overflow: hidden
}

main section.start::before {
	content: '';
	width: 100%;
	height: 70%;
	background-image: url(../images/drawbridge_3e59876.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	right: -5px;
	z-index: 0
}

@media screen and (max-width:1080px) {
	main section.start::before {
		background-position: center bottom;
		right: 0
	}
}

main section.start .footer {
	height: 24px;
	background: #2f3939
}

main section.start .bottom-laptop {
	position: absolute;
	right: 0;
	bottom: -124px
}

@media screen and (max-width:1080px) {
	main section.start .bottom-laptop {
		display: none
	}
}

main section.start article {
	text-align: left;
	height: 270px;
	position: relative;
	padding-top: 40px;
	z-index: 1
}

@media screen and (max-width:1080px) {
	main section.start article {
		padding-top: 26px;
		text-align: center;
		height: 200px
	}
}

main section.start article p {
	margin-left: 173px;
	color: #fff;
	font-weight: 500
}

@media screen and (max-width:1080px) {
	main section.start article p {
		margin-left: 0
	}
}

main section.start article p:nth-of-type(1) {
	line-height: 1.5
}

main section.start article p:nth-of-type(2) {
	margin-top: 10px;
	line-height: 1.71
}

@media screen and (max-width:1080px) {
	main section.start article p:nth-of-type(2) {
		margin-top: 9px
	}
}

main section.start article .buttons {
	margin-left: 175px;
	margin-top: 25px;
	position: relative;
	font-size: 0
}

@media screen and (max-width:1080px) {
	main section.start article .buttons {
		margin-left: 0
	}
}

main section.start article .buttons .btn {
	margin: 0 5px
}

main section.start article .buttons .btn:first-child {
	margin-left: 0
}

main section.start article .buttons .btn:last-child {
	margin-right: 0
}

main section.start article .drawbridge {
	position: absolute;
	height: 50%;
	bottom: -2px;
	right: 0
}

main section.customer article {
	position: relative
}

main section.customer article>img {
	margin-top: 99px
}

main section.customer article .arrow {
	display: inline-block;
	cursor: pointer;
	width: 49px;
	height: 32px;
	background-image: url( index/arrow_0933766.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	position: absolute
}

@media screen and (max-width:1080px) {
	main section.customer article .arrow {
		width: 34.3px;
		height: 22.4px
	}
}

main section.customer article .arrow.arrow-prev {
	left: 50px
}

@media screen and (max-width:1080px) {
	main section.customer article .arrow.arrow-prev {
		left: -10px
	}
}

main section.customer article .arrow.arrow-next {
	right: 50px;
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1)
}

@media screen and (max-width:1080px) {
	main section.customer article .arrow.arrow-next {
		right: -10px
	}
}

main section.customer article .arrow:hover {
	background-image: url( index/arrow-h_6d248cf.svg)
}

main section.customer .message {
	margin: 112px auto 0;
	padding: 52px 53px 27px 55px;
	max-width: 874px;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 0 15px 30px 0 rgba(26,52,45,.1);
	position: relative;
	white-space: nowrap
}

main section.customer .message .talk {
	-webkit-transition: all .7s;
	transition: all .7s
}

main section.customer .message .talk.nav-index-1 {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

main section.customer .message .talk.nav-index-2 {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0)
}

main section.customer .message .talk.nav-index-3 {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0)
}

main section.customer .message .talk.nav-index-4 {
	-webkit-transform: translate3d(-400%,0,0);
	transform: translate3d(-400%,0,0)
}

main section.customer .message .talk.nav-index-5 {
	-webkit-transform: translate3d(-500%,0,0);
	transform: translate3d(-500%,0,0)
}

main section.customer .message::before {
	content: '';
	background: url( index/quoted_2204b74.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 113px;
	height: 98px;
	position: absolute;
	top: -50px;
	left: 40px
}

@media screen and (max-width:1080px) {
	main section.customer .message::before {
		width: 83px;
		height: 72px;
		left: 0
	}
}

main section.customer .message li {
	-webkit-transition: all .7s;
	transition: all .7s;
	display: inline-block;
	white-space: normal;
	opacity: 0;
	position: relative
}

main section.customer .message li.active {
	opacity: 1
}

main section.customer .message li img {
	width: 78px;
	height: 78px;
	position: absolute;
	top: -88px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0)
}

main section.customer .message p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #7d8b86
}

@media screen and (max-width:1080px) {
	main section.customer .message p:nth-of-type(1) {
		font-size: 16px;
		line-height: 2
	}
}

main section.customer .message p:nth-of-type(2) {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.69;
	text-align: justify;
	color: rgba(125,139,134,.8)
}

@media screen and (max-width:1080px) {
	main section.customer .message p:nth-of-type(2) {
		font-size: 14px;
		line-height: 2;
		color: #7d8b86
	}
}

main section.customer .nav {
	margin-top: 62px
}

main section.customer .nav li {
	margin: 9px;
	border-radius: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: rgba(125,139,134,.2)
}

main section.customer .nav li.active {
	background-color: #00c587
}

@media screen and (max-width:1080px) {
	.figure {
		width: 100%;
		max-width: 335px;
		margin: 0 auto
	}
}

/* html,body {
	overflow-x: hidden
} */

@-webkit-keyframes move-arrows {
	to {
		-webkit-mask-position: 11px 0;
		mask-position: 11px 0
	}
}

@keyframes move-arrows {
	to {
		-webkit-mask-position: 11px 0;
		mask-position: 11px 0
	}
}

main section {
	background: #fff
}

main section.start article {
	text-align: center
}

main section.start article p,main section.start article .buttons {
	margin-left: 0
}

main section.hidden-pc {
	display: none
}

main section.hidden-mb {
	display: block
}

main section.footer {
	/* background-color: #04CB94; */
	/* background-image: url( home/footer_b89cca6.png); */
	background-image: linear-gradient(to right, #4aaded, #3476e1);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 60px 0
}

main section.footer .line-title {
	color: #fff
}

main section.footer .line-title::after {
	background: 0 0
}

main section.footer .btn-standard4 {
	margin-top: 0
}

main section.table article {
	padding-top: 60px;
	padding-left: 100px;
	padding-right: 100px
}

@media screen and (max-width:1080px) {
	main section.table article {
		padding: 50px 0 0
	}
}

main section.table article .tbl-header {
	margin-top: 80px;
	height: 50px
}

@media screen and (max-width:1080px) {
	main section.table article .tbl-header {
		margin-top: 50px
	}
}

main section.table article .tbl-content {
	position: relative
}

main section.table article .tbl-content table thead tr {
	height: 0
}

main section.table article table {
	width: 100%
}

main section.table article table thead tr {
	height: 50px
}

main section.table article table thead tr th {
	color: #FFF
}

main section.table article table thead tr th:nth-of-type(1) {
	width: 40%;
	background-color: #04CB94
}

main section.table article table thead tr th:nth-of-type(2) {
	width: 20%;
	background-color: #04CB94
}

main section.table article table thead tr th:nth-of-type(3) {
	width: 20%;
	background-color: #04CB94
}

main section.table article table thead tr th:nth-of-type(4) {
	width: 20%;
	background-color: #04CB94
}

main section.table article table tbody tr:nth-of-type(2n+1) {
	background-color: #FFF
}

main section.table article table tbody tr:nth-of-type(2n) {
	background-color: rgba(244,248,251,.6)
}

main section.table article table tbody td {
	line-height: 2
}

main section.table article table tbody td.category {
	background: #d9ebe9
}

main section.table article table tbody td:first-child {
	text-align: left;
	padding-left: 30px
}

@media screen and (max-width:1080px) {
	main section.table article table tbody td:first-child {
		padding-left: 18px
	}
}

main section.table article table tbody td.enabled::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 10px;
	-webkit-transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	transform: rotate(-43deg);
	border-left: solid 3px #47e096;
	border-bottom: solid 3px #47e096
}

main section.table article table tbody td.disabled::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 2px;
	background: #a2b2ac
}

main section.feature {
	background-color: #ECF4F9
}

@media screen and (max-width:1080px) {
	main section.feature {
		padding-bottom: 50px
	}
}

main section.feature .cards {
	display: inline-block;
	margin-top: 75px;
}

@media screen and (max-width:1080px) {
	main section.feature .cards {
		margin-top: 40px
	}
}

main section.feature .cards li {
		width: 285px;
    height: 230px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(155,165,163,.15);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -webkit-animation: rollin .8s 1;
    animation: rollin .8s 1;
    margin: 16.5px;
    padding: 32px 35px 42px 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

main section.feature .cards li p:nth-of-type(1) {
	margin-top: 20px;
	line-height: 1.9;
	color: #7d8b86;
}

main section.feature .cards li p:nth-of-type(2) {
	margin-top: 3px;
	opacity: .7;
	line-height: 1.789;
	text-align: justify;
	color: rgba(125, 139, 134, .7);
	font-size: 14px;
}

@media screen and (max-width:1080px) {
	main section.feature .cards li {
		width: 45%;
		margin: 5px;
		height: 110px;
		padding: 14px 0;
		display: inline-block;
		text-align: center
	}

	main section.feature .cards li img {
		height: 35px
	}
}

main section.feature .cards li p:nth-of-type(1) {
	margin-top: 20px;
	line-height: 1.9;
	color: #7d8b86
}

@media screen and (max-width:1080px) {
	main section.feature .cards li p:nth-of-type(1) {
		margin-top: 13px
	}
}

main section.feature .cards li p:nth-of-type(2) {
	margin-top: 3px;
	opacity: .7;
	line-height: 1.79;
	text-align: justify;
	color: rgba(125,139,134,.7)
}

@media screen and (max-width:1080px) {
	main section.feature .cards li p:nth-of-type(2) {
		display: none
	}
}

main section.feature .cards li .btn {
	display: none;
	left: 30px;
	bottom: 30px;
	position: absolute
}
/* 
main section.feature .cards li:hover {
	box-shadow: 0 25px 60px -20px rgba(155,165,163,.45);
	cursor: pointer;
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
} */

main section.feature .cards li:hover p:nth-of-type(1) {
}

main section.feature .cards li:hover p:nth-of-type(2) {
}

main section.feature .cards li:hover svg ellipse:nth-of-type(1) {
	fill: #fff;
	opacity: 1
}

main section.scene {
	background-color: rgba(244,248,251,.6)
}

main section.scene .tab-cards {
	margin-top: 56px;
	display: inline-block;
	width: 810px;
	border-radius: 2px;
	background-color: #f0f4f7
}

@media screen and (max-width:1080px) {
	main section.scene .tab-cards {
		width: 100%
	}
}

main section.scene .tab-cards li {
	margin: 5px;
	width: 192px;
	float: left;
	border-radius: 2px;
	line-height: 1.8;
	color: #7d8b86
}

@media screen and (max-width:1080px) {
	main section.scene .tab-cards li {
		width: 21%
	}
}

main section.scene .tab-cards li.active {
	background-color: #fff
}

main section.scene .tab-contents {
	margin: 0 20px;
	padding-top: 102px
}

@media screen and (max-width:1080px) {
	main section.scene .tab-contents {
		margin: 0
	}
}

main section.scene .tab-contents .tab-content {
	display: none
}

main section.scene .tab-contents .tab-content.active {
	display: inline-block
}

@media screen and (max-width:1080px) {
	main section.scene .tab-contents {
		padding-top: 45px
	}
}

main section.scene .tab-contents .left,main section.scene .tab-contents .right {
	float: left;
	width: 49.5%
}

main section.scene .tab-contents .left {
	width: 46%;
	margin-top: 100px;
}

@media screen and (max-width:1080px) {
	main section.scene .tab-contents .left,main section.scene .tab-contents .right {
		width: 100%
	}
}

main section.scene .tab-contents .left {
	text-align: left;
	padding-left: 75px
}

@media screen and (max-width:1080px) {
	main section.scene .tab-contents .left {
		padding: 0
	}
}

main section.scene .tab-contents .left p:nth-of-type(1) {
	font-weight: 500;
	line-height: 1.58;
	color: #3473e3
}

main section.scene .tab-contents .left p:nth-of-type(2) {
	margin-top: 18px;
	margin-bottom: 11px;
	line-height: 2;
	text-align: justify;
	color: rgba(125,139,134,.8)
}

main section.scene .tab-contents .left dl {
	margin-top: 33px
}

main section.scene .tab-contents .left dl dt {
	display: list-item;
	list-style: disc;
	margin-left: 25px;
	font-weight: 500;
	line-height: 1.6;
	color: #7d8b86
}

main section.scene .tab-contents .left dl dd {
	margin-top: 5px;
	line-height: 2.14;
	text-align: justify;
	color: rgba(125,139,134,.8)
}

main section.scene .tab-contents .right {
	padding-left: 40px
}

@media screen and (max-width:1080px) {
	main section.scene .tab-contents .right {
		padding: 0
	}
}

main section.scene .tab-contents .right img {
	width: 100%
}

main section.page2 {
	background: #fff
}

main section.page2 img {
	padding-top: 60px;
	width: 100%
}

@media screen and (max-width:1080px) {
	main section.hidden-pc {
		display: block
	}

	main section.hidden-mb {
		display: none
	}
}

main section.banner-home .slogen p:nth-child(2) {
	max-width: 440px
}

@media screen and (max-width:1080px) {
	main section.banner-home .slogen p:nth-child(2) {
		max-width: 450px;
		text-align: justify
	}
}

@media screen and (max-width:1340px) {
	main section.banner-home .show .shape {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media screen and (max-width:1200px) {
	main section.banner-home .show .shape {
		right: -40px;
		-webkit-transform: scale(0.85);
		-ms-transform: scale(0.85);
		transform: scale(0.85)
	}
}

@media screen and (max-width:1120px) {
	main section.banner-home .show .shape {
		right: -80px;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6)
	}
}

@media screen and (max-width:1000px) {
	main section.banner-home .show .shape {
		left: 50%;
		top: 370px;
		-webkit-transform: scale(0.4) translate(-125%,-90%);
		-ms-transform: scale(0.4) translate(-125%,-90%);
		transform: scale(0.4) translate(-125%,-90%);
		height: auto
	}
}

main section.dekaron {
	background: #ecf4f9
}

main section.dekaron .line-title,main section.dekaron .line-title-left {
	text-align: center
}

main section.dekaron .line-title-sub {
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
	max-width: 870px;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	color: #6c7c7d;
	margin-top: 25px
}

main section.dekaron .cards {
	margin-top: 60px;
	font-size: 0
}

@media screen and (max-width:1080px) {
	main section.dekaron .cards {
		margin-top: 35px
	}
}

main section.dekaron .cards li {
	background: #fff;
	width: 28%;
	min-height: 300px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding-left: 3%;
	padding-top: 30px;
	padding-right: 3%;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 17px
}

@media screen and (max-width:1080px) {
	main section.dekaron .cards li {
		width: 100%;
		padding: 30px 15px 30px 95px;
		min-height: auto;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 20px
	}
}

main section.dekaron .cards li:nth-child(n) {
	box-shadow: 0 15px 20px 0 rgba(26,52,45,.05);
	border-left: 0
}

@media screen and (max-width:1080px) {
	main section.dekaron .cards li:nth-child(n) {
		border-left: 0
	}
}

main section.dekaron .cards li .icon {
	margin-top: 5px;
	width: 55px
}

@media screen and (max-width:1080px) {
	main section.dekaron .cards li .icon {
		position: absolute;
		left: 20px;
		top: 30px;
		width: 50px
	}
}

main section.dekaron .cards li p {
	text-align: center
}

main section.dekaron .cards li p:nth-of-type(1) {
	margin-top: 20px;
	font-weight: 500;
	line-height: 32px;
	color: #2e4446
}

main section.dekaron .cards li p:nth-of-type(2) {
	margin-top: 18px;
	color: #6c7c7d;
	text-align: left
}

@media screen and (max-width:1340px) {
	main section.dekaron .cards li p:nth-of-type(1) {
		font-size: 15px;
		margin-top: 20px;
		font-weight: 500;
		line-height: 32px;
		color: #2e4446
	}

	main section.dekaron .cards li p:nth-of-type(2) {
		margin-top: 5px;
		color: #6c7c7d;
		text-align: left
	}
}

@media screen and (max-width:1080px) {
	main section.dekaron .cards li p:nth-of-type(1) {
		margin-top: 0;
		font-weight: 500;
		line-height: 30px;
		color: #2e4446;
		text-align: left
	}

	main section.dekaron .cards li p:nth-of-type(2) {
		margin-top: 5px;
		line-height: 28px;
		color: #6c7c7d;
		text-align: left
	}
}

@media screen and (max-width:1080px) {
	main section.banner .slogen .buttons {
		position: relative;
		z-index: 998
	}
}

