.stitle{
	margin: 20px 0;
	font-size: 24px;
}
.notice{
	width: 40%;
	border: 1px dashed #4e8df6;
	padding: 20px 10px;
	margin-bottom: 40px;
	margin-top: 50px;
}
.nTitle{
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #4E8DF6;
}
.nFrame{
	height: 100px;
}
.sBox{
	margin-top: 20px;
}
.mline{
	width: 3px;
	background: #4E8DF6;
	height: 20px;
	margin-right: 10px;
}
.mt{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.minBox{
	padding: 0 10px;
	font-size: 14px;
}
.flexs{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.FC_Star{
	color: red;
	margin-right: 5px;
}
.item-name{
	font-size: 14px;
	margin-right: 20px;
}
.radio-label{
	padding-right: 10px;
}
.form-button input{
	border: 0;
	padding: 6px 24px;
	border-radius: 10px;
	background-color: #4E8DF6;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	.notice{
		width: 100%;
	}
	.nFrame{
		font-size: 14px;
	}
	.item-name{
		margin-right: 20px;
	}
	.item-con{
		width: 70%;
	}
}