@charset "utf-8";
/* CSS Document */

/*===========================================
1024
===========================================*/
@media all and (max-width: 1024px) {
}

/*===========================================
738
===========================================*/
@media all and (max-width: 738px) {
	h1 {
		font-size: 24px;
	}
	#cowrap {
		width: 100%;
		text-align: center;
	}
	#cowrap>div {
		display: block;
		padding: 1.3em 0;
	}
	#cowrap h2 {
		width: 100%;
		margin-bottom: 10px;
		/*background-color: antiquewhite;*/
	}
	#cowrap div div {
		width: 100%;
		/*background-color: #DFBABA;*/
	}
}




