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


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

	.sp {
		display: none;
	}

}


@media screen and (min-width:751px) and (max-width:767px){
.pc {
		display: none;
	}
	
}


@media screen and (min-width:540px) and (max-width:750px){
	.pc {
		display: none;
	}

}

@media screen and (max-width:540px){
	
	.pc {
		display: none;
	}
	
	header {
		margin: 4% 0 3%;
	}
	
	header img {
    width: 40%;
	}
	
	.register p {
		margin-top: 4%;
    font-size: 80%;
	}
	
	.register_tx {
    margin: 6% 0 5%;
	}
	
	.box img:first-child {
		width: 75%;
	}
	
	#attention p {
		font-size: 80%;
	}

	footer {
		font-size: 80%;
	}
	
    .entrybox {
    margin:  15px 15px;
    }
	
    .entry >ul {
    font-size: 100%;
    }
	
	.entry >ul >li{
    margin-bottom:  15px;
    }
}

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

}