@charset "UTF-8";

/*//////////----- NOTICE -----//////////*/

#notice{
	color:#fff;
}

#notice div.content{
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:5px;
}

#notice div.form-content div.row div.que h5:after{
	display:none;
}

#notice h6{
	margin-bottom:20px;
	
	font-size:1.15rem;
	line-height:1.75em;
	font-weight:bold;
	
	text-align:center; 
}

#notice p.comment{
	margin-bottom:20px;
	
	/*font-size:0.8rem;
	line-height:1.75em;*/
}

#notice p.comment span.caution{
	font-weight:bold;
	
	color:#f00;
}

@media only screen and (min-width: 720px){
	
	#notice div.content{
		padding:10px;
	}
	
}

/*//////////----- NOTICE-CAST-ENROLLMENT -----//////////*/

#notice div.cast-enrollment{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:5px;
}

#notice div.cast-enrollment article{
	width:50%;
}

@media only screen and (min-width: 640px){
	
	#notice div.cast-enrollment article{
		width:calc(100%/3);
		
		box-sizing: border-box;
		padding:0 5px;
	}
}

@media only screen and (min-width: 960px){
	
	#notice div.cast-enrollment article{
		width:25%;
		
		padding:0 10px;
	}
}
