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

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

#content01 {
	background: url(../images/common/back00.jpg) no-repeat top center;
	text-align: center;
	position: relative;
	padding: 220px 0 80px;
	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: 320px;

}

#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: 700px;
*/	box-sizing:border-box;
}

.link2 {
	margin: 0 0 60px 0;
	text-align: center;
}

#content02 {
	background: url( ../images/common/back05.png);
	padding: 120px 0;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
}

#content02 h2 {
	display: flex;
	order: 3;
	font-size: 72px;
	font-weight: bold;
	margin-right: 50px;
	width: 100px;
}

#content02 p {
	display: flex;
	order: 2;
	font-size: 18px;
	line-height: 200%;
	height: 376px;
	text-align: left;
	padding: 0 0px 0 20px;
	flex-shrink: 0;
	flex-basis: auto;
	width: 270px;
	box-sizing:border-box;
}

#content02 .link {
	display: flex;
	order: 1;
	flex-shrink: 0;
	flex-basis: auto;
	max-width: 100%;
	box-sizing:border-box;
}

#content02 .photo {
	display: flex;
	order: 4;
}

#content03 {
	padding: 120px 0;
}

#content03 .box01 {
	display: flex;
	width: 898px;
	margin: auto;
}

#content03 .box01 h2 {
	display: flex;
	order: 3;
	font-size: 72px;
	font-weight: bold;
	margin-right: 50px;
}

#content03 .box01 p {
	display: flex;
	order: 2;
	font-size: 18px;
	line-height: 200%;
	height: 440px;
	text-align: left;
	padding: 0 0px 0 20px;
	flex-shrink: 0;
	flex-basis: auto;
	width: 270px;
	box-sizing:border-box;
}

#content03 .box01 .photo {
	display: flex;
	order: 1;
}

#content03 .box02 {
	display: flex;
	justify-content: space-between;
	width: 898px;
	margin: 20px auto 0;
}

#content03 .box02 .photo {
	display: flex;
}

#content03 .box02 .text {
	width: 284px;
	padding: 64px 42px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #333;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content03 .box03 {
	margin: 40px auto 0;
	background: url(../images/common/back06.jpg) center center;
	background-size: cover;
	padding: 40px 40px 20px;
	width: 818px;
	text-align: center;
}

#content03 .box03 h3 {
	color: #0a0073;
	font-size: 32px;
	font-weight: bold;
}

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

#content03 .box03 p.mail {
	font-size: 22px;
	padding: 10px 0;
	border-bottom: #111 solid 1px;
	border-top: #111 solid 1px;
	margin: 20px 0;
	font-weight: bold;
}

#content03 .box03 p.mail a {
	font-size: 22px;
	font-weight: bold;
	color: #1D2798;
	text-decoration: underline;
}

#content03 .box04 {
	display: flex;
	width: 820px;
	margin: 40px auto 0;
}

#content03 .box04 h2 {
	display: flex;
	order: 2;
	font-size: 32px;
	font-weight: bold;
	margin-right: 50px;
	width: 100px;
}

#content03 .box04 p {
	display: flex;
	order: 1;
	font-size: 18px;
	line-height: 200%;
	height: 250px;
	text-align: left;
	padding: 0 0px 0 20px;
	flex-shrink: 0;
	flex-basis: auto;
	width: 220px;
	box-sizing:border-box;
	margin-right: 20px;
}

#content03 .box04 .photo {
	display: flex;
	order: 3;
}

#content03 ul.comment02 {
	text-align: left;
	padding: 15px 0;
	font-size: 18px;
	line-height: 200%;
	border-top: #111 solid 1px;
	border-bottom: #111 solid 1px;
	width: 820px;
	margin: 40px auto 0;
}

#content03 ul.comment02 p {
	font-size: 24px;
	font-weight: bold;
}

#content03 ul.comment02 li {
	list-style-type: decimal;
	font-size: 16px;
	text-align-last: left;
	margin-left: 20px;
}

