.sec1{
	padding: 7.7% 0 6.5%;
}
.sec1 h1{
	text-align: center;
	font-size: 1.5em;
	color: #3d3d3d;
	line-height: 1.75;
	font-weight: bold;
	margin-bottom: 2.33em;
}
.sec1 .content{
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 3.25em 0;
	margin-bottom: 1.75em;
}
.sec1 .content p{
	font-size: 1em;
	color: #3d3d3d;
	line-height: 2;
	margin-bottom: 0.625em;
}
.sec1 .content p.ta-r{
	text-align: right;
}
.sec1 .flex-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .flex-box ul:first-child{
	margin-bottom: 2em;
}
.sec1 .flex-box li{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	font-size: 1em;
	color: #333;
}
.sec1 .flex-box li:nth-child(odd){
	margin-right: 6.25em;
}
.sec1 .flex-box li img{
	width: 1.25em;
	margin-right: 1.25em;
}
.sec1 .flex-box li b{
	font-weight: bold;
	margin-right: 1em;
}
.sec1 .qr-box{
	text-align: center;
}
.sec1 .qr-box .img-box{
	margin: 0 auto 1em;
	border-radius: 0.3125em;
	border: 1px solid #ccedff;
	width: 5.625em;
	padding: 0.3125em;
}
.sec1 .qr-box p{
	font-size: 0.875em;
	color: #333;	
}

@media only screen and (min-width:1024px){
}

@media only screen and (max-width:1024px) {
	.ban{
		background-position: 70% center;
	}
	.sec1{
		padding: 15% 0;
	}
	.sec1 h1{
		font-size: 1.25em;
		margin-bottom: 2em;
	}
	.sec1 .content{
		padding: 2em 0;
		margin-bottom: 2em;
	}
	.sec1 .flex-box{
		display: block;
	}
	.sec1 .flex-box ul:first-child{
		margin-bottom: 0;
	}
	.sec1 .flex-box ul:last-child{
		margin-bottom: 1em;
	}
	.sec1 .flex-box li{
		margin-bottom: 1em;
	}
	.sec1 .flex-box li:nth-child(odd){
		margin-right: 0;
	}

}
