
/*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 40px 0;
		font-size:1.7em;
	}
	
	.cont1 .tablecont .ttl{
		font-size:1.2em;
		font-weight: 600;
		margin:0 0 20px 0;
	}

	.cont1 .tablecont .tx1{
		margin:0 0 80px 0;
		line-height: 1.7em;
	}
	
	.cont1 .tablecont .tx2{
		margin:0 0 20px 0;
		line-height: 1.7em;
	}
	
	.cont1 .tablecont ol{
		line-height: 2em;
		padding:0 0 0 2em;
	}
	
	.cont1 .borderbox{
		padding:60px 0;
		border-top:1px solid #e6e6e6;
	}
	
	.cont1 .borderbox:last-child{
		padding:60px 0 0 0;
		border-top:1px solid #e6e6e6;
	}

}

@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:#f2f2f2;
		padding:0 0 0 0;
	}
	
	.cont1 .innerbox{
		width:100%;
		margin:0 auto 0;
		padding:0 5%;
		box-sizing: border-box;
		background:#fff;
		position: relative;
		top:0;
		
	}
	
	.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%;
		display: none;
	}
	
	.cont1 .tablecont{
		padding:60px 0;
	}

	.cont1 .tablecont .tlbox{
		margin:0 0 20px 0;
		font-size:1.7em;
	}
	
	.cont1 .tablecont .ttl{
		font-size:1.2em;
		font-weight: 600;
		margin:0 0 20px 0;
	}

	.cont1 .tablecont .tx1{
		margin:0 0 40px 0;
		line-height: 1.7em;
	}
	
	.cont1 .tablecont .tx2{
		margin:0 0 20px 0;
		line-height: 1.7em;
	}
	
	.cont1 .tablecont ol{
		line-height: 2em;
		padding:0 0 0 1.25em;
		margin:0 0 0 1.25em;
		display:block;
	}
	
	.cont1 .borderbox{
		padding:40px 0;
		border-top:1px solid #e6e6e6;
	}
	
	.cont1 .borderbox:last-child{
		padding:40px 0 0 0;
		border-top:1px solid #e6e6e6;
	}

}

	