@charset "utf-8";

#section01 {
    margin-bottom: 40px;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 15px;
}

#section01 .image, #section1 .pack p {
    text-align: center;
}

#section01 .pack {
    margin: 45px auto 0;
	max-width: 690px;
}

#section01 .pack p {
    margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
	
	img{
		width:100%;
		height:auto;
	}
	
	#section01 .image {
		margin-bottom: 25px;
	}
	
	#section01 p {
		margin-bottom: 15px;
		text-align:left;
	}
	
}



