@charset "UTF-8";



img {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.sp_item {
	display: none;
}

@media screen and (max-width:1024px) {
	.sp_item {
		display: block;
	}
}

/* =================================================================================
 トップページ
================================================================================= */

#main {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #CB2E23;
}

/* =================================================================================
 応募規約
================================================================================= */
.terms {
	width: 960px;
	margin: 0 auto;
	background-size: cover;
}

.terms-txt {
	overflow: auto;
	width: 960px;
	/* height: 500px; */
	padding: 30px;
	border: 2px dotted #ffffff;
	background-color: #fff;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: left;
}

.terms-txt h2 {
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}


.terms-txt li {
	font-size: 18px;
	margin-top: 10px;
	margin-left: 1em;
	padding-left: 1.2em;
	position: relative;
}

.terms-txt li:before {
	content: '※';
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
}

.terms span {
	background-color: #fde23d;
}