@charset "utf-8";

.box01 {
	margin-top: 20px;
	padding: 15px;
	border: solid 1px #333;
	position: relative;
}
.box01 + .box01 {
	margin-top: 40px;
}
.box01 .ttl {
	padding: 0 15px;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -17px;
	left: calc(50% - 4em);
}
.box01 img {
	max-width: 100%;
	height: auto;
}
.box01 .pic01 {
	margin: 15px auto 0;
	max-width: 604px;
}
.box01 .pic02 {
	margin: 15px auto 0;
	max-width: 900px;
}
.redBox {
	margin-top:10px;
	padding: 15px 20px;
	border: solid 1px #f00;
}
@media only screen and (max-width: 767px) {

}