@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 center;
	text-align: center;
	position: relative;
	padding: 220px 0 40px;
	display: flex;
	justify-content: center;
  align-items: center;
}

#content01 #h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: -150px;
	justify-content: center;
  align-items: center;
}

#content01 h2 {
	font-size: 32px;
	font-weight: bold;
	width: 80px;
	text-align: left;
	display: flex;
	order: 2;
	box-sizing:border-box;
	flex-shrink: 0;
	flex-basis: auto;
	height: 290px;

}

#content01 p {
	
	display: flex;
	order: 1;
	font-size: 18px;
	line-height: 200%;
	height: 320px;
	text-align: left;
	padding: 0 0px 0 20px;
	flex-shrink: 0;
	flex-basis: auto;
	width: 800px;
	box-sizing:border-box;
}

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

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

#comment {
	margin: 40px auto 0;
	font-size: 22px;
}

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

#content03 .content03-head {
	font-size: 22px;
	font-weight: bold;
	font-family: inherit;
}

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

.sp-only {
	display: none;
}