@charset "UTF-8";

@media handheld, only screen and (max-width: 767px) {

	#subTop h1{
		background-size: contain;
		width: 80vw;
	}

	#contents .bunkaList {
		width: 80vw;
		align-items: center;
	}

	#contents .oneBlock {
		width: 300px;
		height: auto;
		padding-bottom: 60px;
	}

	#contents .oneBlock > .img {
		width: 100%;
	}

}
