@charset "utf-8";
/* CSS Document */

.title{
	text-align:center;
}
.article{
	margin:0 auto 40px;
	padding:0 15px;
	overflow:hidden;
	text-align:center;
}

.article h2{
	position:relative;
	font-weight:normal;
	color:#fff;
	font-size:1.2em;
	line-height:1;
	margin:20px auto;
	overflow:hidden;
	max-width:560px;
}

.tLineL, .tLineR {
	position:absolute;
	width:50%;
	height:20px;
	background:url(../images/tLine.png) 0 11px repeat-x;
	display:inline-block;
}

.tLineL{ left:-60px;}
.tLineR{ right:-60px;}


.service{
	position:relative;
	text-align:center;
}
.list{
	margin-top:300px;
	display:inline-block;
}
.step{
	color:#999;
	font-size:0.8em;
	width:60px;
	height:60px;
	padding:5px;
	cursor:pointer;
}

.num::after{
	content:'';
	height:1px;
	background:#999;
	margin:5px 0;
	display:block;
}

.w{
	position:absolute;
	top:20px;
	left:50%;
	font-size:0.8em;
	color:#bbb;
	text-align:left;
	
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.stepTitle{
	color:#FFF;
	font-size:1.2em;
	text-align:center;
}
.stepTitle .en2{
	font-size:1.2em;
	font-weight:300;
}
.stepTitle .tw{
	margin:5px 0;
}
.line{
	width:20px;
	height:1px;
	background:#999;
	margin:0px auto;
	
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.w p{
	background:rgba(255,255,255,0.1);
	padding:40px 10px 10px;
	margin:-40px 0 0 0;
	width:300px;
	height:150px;
}

.on .step{
	color:#FFF;
}
.on .num::after{
	background:#FFF;
}

@media screen and (max-width:1024px),screen and (max-height:650px){
.article{
	max-width:800px;
}
.list{
	float:left;
	width:50%;
	margin-top:20px;
}	
.step{
	display:none;
}	
.w{
	position:static;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
}
.w p{
	width:auto;
	height:auto;
	min-height:150px;
	max-width:300px;
	margin:-40px auto 0 auto;
}
}
@media screen and (min-width:1100px) and (max-height:650px){
.article{
	max-width:1200px;
}
.list{
	width:33.333%;
}	
}
@media screen and (max-width:960px){
	.title h1{ font-size:1.5em; }	
	.article h2{ font-size:1em;	}
}
@media screen and (max-width:760px){
.list{
	display:block;
	float:none;
	width:auto;
}
}