@charset "UTF-8";






@media screen and (min-width: 900px) {


	header.content {
		background: url(../img/title.png) 50% 50% no-repeat;
	}
	
	
	
	main section h3 {
		height: 30px;
		margin: 50px 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0;
		background: url(../img/lead.png) 50% 50% no-repeat;
		background-size: 435px 30px;
	}
	
	main section .notice {
		width: 500px;
		margin: 50px auto 60px;
		padding: 11px 0;
		text-align: center;
		color: #d51323;
		font-size: 18px;
		font-weight: bold;
		border: 3px solid #d51323;
	}
	
	main section .card:after {
		clear: both;
		content: "";
		display: block;
		visibility: hidden;
	}
	main section .card figure {
		float: left;
		width: 385px;
	}
	main section .card figure img {
		width: 385px;
		height: auto;
		margin-left: -16px;
	}
	main section .card article {
		float: right;
		width: 430px;
	}
	
	
	
	main section .prize ul:after {
		clear: both;
		content: "";
		display: block;
		visibility: hidden;
	}
	main section .prize {
		margin-top: 50px;
	}
	main section .prize li {
		float: left;
		width: 50%;
		text-align: center;
	}
	main section .prize li:nth-child(1) img {
		width: 332px;
		height: auto;
	}
	main section .prize li:nth-child(2) img {
		width: 320px;
		height: auto;
	}
	main section .prize nav {
		margin-top: 60px;
		text-align: center;
	}
	main section .prize nav a {
	}
}





@media screen and (max-width: 899px) {

	header.content {
		background: url(../img/title_sp.png) 50% 50% no-repeat;
		background-size: 144.5px auto;
	}
	
	
	
	main section h3 {
		height: 16px;
		margin: 20px 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0;
		background: url(../img/lead.png) 50% 50% no-repeat;
		background-size: 217.5px 16px;
	}
	
	
	main section .notice {
		margin: 25px auto 30px;
		padding: 6px 0;
		text-align: center;
		color: #d51323;
		font-size: 13px;
		font-weight: bold;
		border: 2px solid #d51323;
	}
	

	main section .card figure {
		text-align: center;
	}
	main section .card figure img {
		width: 211px;
		height: auto;
	}
	main section .card article {
		margin: 15px 0 0;
	}
	
	
	
	
	main section .prize {
		margin-top: 35px;
	}
	main section .prize li {
		text-align: center;
	}
	main section .prize li + li {
		margin-top: 25px;
	}
	main section .prize li img {
		width: 240px;
		height: auto;
	}
	main section .prize nav {
		margin-top: 30px;
	}
	main section .prize nav a {
	}
}


}










