@charset "utf-8";
/* CSS Document */

.main {
	background: url(../images/jikouin/back02.jpg) center;
	background-size: cover;
}

#content01 {
	background: url(../images/common/back00.jpg) no-repeat center top;
	text-align: center;
	position: relative;
	padding: 100px 10px 20px;
}

#content01 #h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: -80px;
}

#content01 #h1 img {
	width: 200px;
}

#content01 h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content01 p {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}

#content02 {
	padding: 0 10px 60px;
	text-align: center;
}

#content02 .photo {
	display: inline-block;
	margin: 20px 2px 0;
	max-width: 40%;
}

#comment {
	margin: 20px auto 0;
	font-size: 16px;
	text-align: left;
}

#content03 {
	margin: 0 auto 40px;
	background: url(../images/common/back00.jpg) center center;
	background-size: cover;
	padding: 20px 20px 10px;
	text-align: center;
	width: calc(100% - 20px);
	font-family: inherit;
	border: 1px solid #b20008;
	box-sizing: border-box;
}

#content03 .content03-head {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 18px;
	font-weight: bold;
}

#content03 .content03-comment {
	font-size: 15px;
	margin: 15px 0;
	line-height: 1.7;
}

.sp-only {
	display: none;
}