@charset "utf-8";

.please_txt {
	margin-bottom: 8px;
}

.please_txt p {
	margin: 0;
	color: #cc0000;
}

.support_corner {
	margin-top: 8px;
}

.support_corner li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}

.support_corner li:last-of-type {
	margin-bottom: 0;
}

.support_corner li:before {
	content: "※";
	position: absolute;
	left: 0;
}

@media only screen and (max-width: 768px){

}