@charset "UTF-8";



/* --------------------------------------------------------------------------------------------- contents */
#contents .page-header{
	background-image: url(/special/img/contents_head_bg.png);
	background-color: #AACC04;
}
@media screen and (max-width:768px){
	#contents .page-header{
	background-image: url(/special/img/contents_head_bg_sp.png);
	}
}

/* ----------------------------------------------------------------------------------- mainmenu */
#contents .mainmenu{
	padding: 0 0 80px;
}
#contents .mainmenu section p.banner {
	float: none;
	width: 100%;
}
#contents .mainmenu section:first-child + section {
	background: none;
}
#contents .mainmenu section .app {
	margin: 35px 0 0;
	width: 160px;
}
#contents .mainmenu section .close {
	font-size: 2.8rem;
	font-weight: bold;
	padding-top: 113px;
}
@media screen and (max-width:768px){
	#contents .mainmenu{
		padding: 0 0 10px;
	}
	#contents .mainmenu section .app {
		margin: 15px auto 0;
		width: 300px;
	}
	#contents .mainmenu section .close {
		font-size: 1.6rem;
		padding-top: 0;
		line-height: 1.3;
	}
}