@charset "utf-8";
.inner{
	width: 90%;
	height: auto;
	margin: 0 auto;
	color: #FFFFFF;
	display: flex;
}
.article{
	display: flex;
	width: 100%;
}
.content{
	width: 50%;
	background-color: rgba(51,51,51,0.6);
	padding: 2%;
	margin: 2%;
}
.inner a{
	text-decoration: none;
	color: rgb(66, 227, 199);
	font-size: 14px;
}
.content h2{
	margin-bottom: 2%;
	font-size: 1.2rem;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 2%;
	line-height: 1.6rem;
}
.detail{
	width: 48%;
	margin: 5% 2% 0 0;
}

.detail .page{
	margin-top: 2%;
}
.detail p{
	line-height: 2%;
	font-size: 0.9rem;
}
#section02a .content .images{
	width: 48%;
	text-align: right;
	margin: 5% 0 0 2%;
}
#section02a .content img{
	width: 100%;
}