@charset "utf-8";

/*-------------------------------------------------------
 topics
---------------------------------------------------------*/
@media screen and (max-width:750px) {

header#header{
	height:60px;
    position: fixed;
}

.main_sp h1{
	margin-bottom:70px;
}

.main_sp{
	padding-bottom: 70px;
	border-bottom: 1px solid #333;
	margin-bottom: 70px;
}




}

