@charset "UTF-8";
/*------------------------------------------------------------sec01*/
.txbox01, .txbox02 {
	margin-bottom: 10px;
}
.imgbox01 {
	text-align: center;
	margin-bottom: 20px;
}
.imgbox02 {
	text-align: center;
}
.imgbox01 img, .imgbox02 img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width:768px) {
.txbox01 {
	width: 58%;
	float: left;
}
.imgbox01 {
	width: 40%;
	float: right;
}
.txbox02 {
	width: 44%;
	float: right;
}
.imgbox02 {
	width: 54%;
	float: left;
}
.imgbox01 img, .imgbox02 img {
	width: 100%;
	height: auto;
}
}
/*------------------------------------------------------------sec02*/
.point {
	color: #879025;
	background: #fff;
	margin: 10px 0 20px;
	padding: 10px;
	border-radius: 5px;
}
@media print, screen and (min-width:768px) {
.point {
	margin-bottom: 30px;
}
}
