
/*pc_css*/
@media screen and (min-width:751px){
	.main{
		width:100%;
		height:540px;
		position: relative;
	}
	
	.main .potx{
		position: absolute;
		width:100%;
		height: 100%;
		top:0;
		left:0;
		z-index:2;
	}
	
	.main .potx .in{
		position: relative;
  		top: 50%;
  		-webkit-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		transform: translateY(-50%);
		width:760px;
		margin:0 auto;
		color:#fff;
		font-size:5.5em;
		letter-spacing: 0.1em;
	}
	
	.main .potx .in span{
		position: relative;
		display: inline-block;
	}
	
	.main .potx .in span:after{
		content: "";
		width:55px;
		border-bottom:1px solid #fff;
		position: absolute;
		bottom:-20px;
		left:0;
	}
	
	
	.cont1{
		margin:0 0 0 0;
		position: relative;
		background:#f2f2f2;
		padding:0 0 65px 0;
	}
	
	.cont1 .innerbox{
		width:1040px;
		margin:0 auto 0;
		padding:0 0 0 0;
		box-sizing: border-box;
		background:#fff;
		position: relative;
		top:-65px;
		
	}
	
	.cont1 .innerbox.box2{
		width:1040px;
		margin:50px auto 0;
		padding:0 0 0 0;
		box-sizing: border-box;
		background:#fff;
		position: relative;
		top:-65px;
		
	}

	
	.cont1 .arrowbox{
		height:65px;
		with:1040px;
		margin:0 auto;
		background:url("/images/index/arrow.png") no-repeat;
		background-size:13px;
		background-position: 50% 50%;
	}
	
	.cont1 .tablecont{
		padding:100px;
	}

	.cont1 .tablecont .tlbox{
		margin:0 0 0 0;
		font-size:1.7em;
	}
	
	.cont1 .tablecont .tlbox2{
		margin:0 0 0 0;
		font-size:1.5em;
		font-weight: 600;
	}

	.cont1 .tablecont .tablebox{
		margin:50px 0 80px 0;
	}
	
	.cont1 .tablecont .tablebox .ttl{
		font-size:1.3em;
		font-weight: 600;
		margin:0 0 20px 0;
	}
	
	.cont1 .tablecont .tablebox table{
		width:100%;
		line-height: 1.7em;
		font-size:0.95em;
	}
	
	.cont1 .tablecont .tablebox table th{
		border-top:1px solid #333;
		border-bottom:1px solid #333;
		width:200px;
		text-align: left;
		padding:20px 0;
		font-weight: normal;
	}
	
	.cont1 .tablecont .tablebox table td{
		border-top:1px solid #e6e6e6;
		border-bottom:1px solid #e6e6e6;
		padding:20px 30px;
	}
	
	.cont1 .tablecont .tablebox table tr a{
		text-decoration: none;
		color:#4498e5;
	}

	
	.cont1 .tablecont .tx2{
		margin:2.5em 0 0 0;
		line-height: 2em;
	}

	.cont1 .tablecont .tx2 .leftbox{
		float: left;
	}
	
	
	.cont1 .tablecont .tx2 .rightbox{
		float: right;
	}
	
	.cont1 .tablecont .tx2 .rightbox span{
		font-size:1.5em;
		margin:0 0 0 10px;
	}
	
	.cont1 .tablecont .tx2 .rightbox .phbox img{
		width:240px;
	}

}

@media screen and (max-width:750px){
	.main{
		width:100%;
		height:25vh;
		position: relative;
		margin:55px 0 0 0;
	}
	
	.main .potx{
		position: absolute;
		width:100%;
		height: 100%;
		top:0;
		left:0;
		z-index:2;
	}
	
	.main .potx .in{
		position: relative;
  		top: 50%;
  		-webkit-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		transform: translateY(-50%);
		width:80%;
		margin:0 auto;
		color:#fff;
		font-size:2.5em;
		letter-spacing: 0.1em;
	}
	
	.main .potx .in span{
		position: relative;
		display: inline-block;
	}
	
	.main .potx .in span:after{
		content: "";
		width:55px;
		border-bottom:1px solid #fff;
		position: absolute;
		bottom:-20px;
		left:0;
	}
	
	
	.cont1{
		margin:0 0 0 0;
		position: relative;
		background:#fff;
		padding:0 0 0 0;
	}
	
	.cont1 .innerbox{
		width:100%;
		margin:0 auto 0;
		padding:60px 5% 0;
		box-sizing: border-box;
		background:#fff;
		position: relative;
		top:0;
		
	}
	
	.cont1 .innerbox.box2{
		width:100%;
		margin:0 auto 0;
		padding:0 5% 0;
		box-sizing: border-box;
		background:#fff;
		position: relative;
		top:0;
		
	}

	
	.cont1 .arrowbox{
		height:65px;
		with:1040px;
		margin:0 auto;
		background:url("/images/index/arrow.png") no-repeat;
		background-size:13px;
		background-position: 50% 50%;
		display: none;
	}
	
	.cont1 .tablecont{
		padding:0 0 60px 0;
	}

	.cont1 .tablecont .tlbox{
		margin:0 0 0 0;
		font-size:1.7em;
	}
	
	.cont1 .tablecont .tlbox2{
		margin:0 0 0 0;
		font-size:1.5em;
		font-weight: 600;
	}

	.cont1 .tablecont .tablebox{
		margin:30px 0 50px 0;
	}
	
	.cont1 .tablecont .tablebox .ttl{
		font-size:1.3em;
		font-weight: 600;
		margin:0 0 20px 0;
	}
	
	.cont1 .tablecont .tablebox table{
		width:100%;
		line-height: 1.7em;
		font-size:0.95em;
		table-layout: fixed;
	}
	
	.cont1 .tablecont .tablebox table th{
		border-top:1px solid #333;
		border-bottom:1px solid #333;
		width:80px;
		text-align: left;
		padding:20px 0;
		font-weight: normal;
	}
	
	.cont1 .tablecont .tablebox table td{
		border-top:1px solid #e6e6e6;
		border-bottom:1px solid #e6e6e6;
		padding:20px 10px;
		word-break: break-all;
	}
	
	.cont1 .tablecont .tablebox table tr a{
		text-decoration: none;
		color:#4498e5;
	}

	
	.cont1 .tablecont .tx2{
		margin:2.5em 0 0 0;
		line-height: 2em;
	}

	.cont1 .tablecont .tx2 .leftbox{
		float: left;
	}
	
	
	.cont1 .tablecont .tx2 .rightbox{
		float: right;
	}
	
	.cont1 .tablecont .tx2 .rightbox span{
		font-size:1.5em;
		margin:0 0 0 10px;
	}
	
	.cont1 .tablecont .tx2 .rightbox .phbox img{
		width:240px;
	}
}

	