.sec1{
	padding: 5.2% 0 7.8125%;
}
.sec1 .title{
	text-align: center;
	margin-bottom: 1.875em;
}
.sec1 .title h1{
	font-size: 2.25em;
	color: #000;
	line-height: 1.389;
	margin-bottom: 1.11em;
}
.sec1 .title p{
	color: #999;	
}
.sec1 .content{
	font-size: 1em;
	color: #000;
	line-height: 2;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 1.875em 0 3.125em;
	margin-bottom: 2.5em;
}
.sec1 .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.sec1 .content img{
	max-width: 100%;
}
.sec1 .relative-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .relative-box a{
	max-width: 48%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1em;
	color: #999;
}
@media only screen and (min-width:1024px){
	.sec1 .relative-box a:hover{
		color: #000;
	}
}
@media only screen and (max-width:1024px){
	.sec1{
		padding: 15% 0 20%;
	}
	.sec1 .title{
		font-size: 0.875em;
	}
	.sec1 .title h1{
		font-size: 1.5em;
	}
	.sec1 .content{
		font-size: 0.875em;
	}
	.sec1 .relative-box a{
		font-size: 0.875em;
	}
}

