
.sec1{
	padding: 6.66% 0 9.375%;
}
.sec1 .inner.w1030{
	width: 64.375em;
}
.sec1 .title{
	margin-bottom: 3.5em;
	text-align: center;
}
.sec1 .title h1{
	font-size: 2em;
	font-weight: bold;
	color: #3d3d3d;
	line-height: 1.5;
	margin-bottom: 0.9375em;
}
.sec1 .title p{
	font-size: 0.875em;
	color: #343434;
}
.sec1 .content{
	font-size: 1em;
	color: #343434;
	line-height: 2;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 3.25em 0 5em;
	margin-bottom: 2.5em;
}
.sec1 .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.sec1 .content img{
	max-width: 100%;
}
.sec1 .content p{
	margin-bottom: 0.625em;
}
.sec1 .relative-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}
.sec1 .relative-box a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: rgba(61,61,61,0.5);
	line-height: 1.5;
}

@media only screen and (min-width:1024px){
	.sec1 .relative-box a:hover{
		color: #00a4ff;
		font-weight: bold;
	}
}

@media only screen and (max-width:1024px) {
	.sec1{
		padding: 20% 0 15%;
	}
	.sec1 .title{
		margin-bottom: 2.5em;
	}
	.sec1 .title h1{
		font-size: 1.75em;
	}
	.sec1 .content{
		padding: 2.5em 0;
	}

}
