@charset "utf-8";

.module .box01 {
	background: url('../img/about01.jpg') right bottom no-repeat;
	padding: 35px 308px 35px 0;
	margin-top: 50px;
}
.module .box01 p+p {
	margin-top: 25px;
}
.module.marb-45 {
	margin-bottom: 45px;
}

@media screen and (max-width: 680px){
	.module .box01 {
		-webkit-background-size: 80% auto;
		background-size: 80% auto;
		padding: 35px 40% 30px 20px;
	}
}
@media screen and (max-width: 480px){
	.module .box01 {
		-webkit-background-size: 180% auto;
		background-size: 180% auto;
		background-position: center;
		padding: 20px;
	}
	.box01 .text {
		background: rgba(255, 255, 255, .3);
		padding: 10px;
	}
}