@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: #FE934D;
}

/* =================================================================================
 応募規約
================================================================================= */
.terms {
	width: 960px;
	margin: 0 auto 50px auto;
}

.terms-txt {
	overflow: auto;
	width: 90%;
	height: 500px;
	padding: 50px 20px 50px 20px;
	background-color: #fff;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: left;
	border-radius: 16px;
}

.terms-txt h2 {
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: bold;
}

.terms-txt h3 {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
}

.terms-txt p {
	font-size: 16px;
	margin-top: 10px;
	margin-left: 1em;
}

.terms-txt p.mt30 {
	margin-left: 0;
}

.terms-txt li {
	font-size: 16px;
	margin-top: 10px;
	margin-left: 1em;
}

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