@charset "utf-8";

#pageContents {
	padding-bottom: 28px;
}
#main {
	margin-top: 67px;
	padding: 0;
	background-image: none;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
}
#main .mainContainer {
	background-image: none;
}

#main .mainInner {
	background-image: none;
}

#main h1{
	font-size: 150%;
	font-weight: bold;
	padding: 24px 18px;
}
.mainInner .top{
	display: flex;
	justify-content: space-between;
	padding: 24px 18px;
}
.mainInner .top .text{
	width: 580px;
	font-size: 124%;
}
.mainInner .top .photo{
	width: 300px;
}
.mainInner .top img{
	width: 100%;
}
.text2{
	margin-bottom: 80px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}