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

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

#content01 {
	background: url( ../images/common/back01.jpg) no-repeat top center;
	text-align: center;
	position: relative;
	padding: 220px 0 80px;
}

#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: 300px;

}

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

#content01 ul.box01 {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	width: 1066px;
	margin: 60px auto 0;
	justify-content: center;
	align-items: center;
}

#content01 ul.box01 li {
	margin: 8px;
}

#content01 ul.box01 li:first-child {
	margin: -34px auto 10px 0;
}

#content01 ul.box01 li:last-child {
	margin-right: 0;
}

#content01 ul.box02 {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	width: 1066px;
	margin: 0px auto 0;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

#content01 ul.box02 li {
	margin: 8px;
}

#content01 ul.box02 li:first-child {
	margin-left: 0;
}

#content01 ul.box02 .img01 {
	position: absolute;
	right: -25px;
	bottom: 8px;
}

#content01 .profile {
	width: 900px;
	padding: 20px 0;
	margin: 60px auto 0;
	border-top: #111 solid 1px;
	border-bottom: #111 solid 1px;
}

#content01 .profile .left {
	/*display: inline-block;*/
	margin: 0 20px;
	width: 400px;
	display: none !important;
}

#content01 .profile .right {
	display: inline-block;
	margin: 0 20px;
	/*width: 400px;*/
	
}

#content01 .profile .right h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#content01 .profile .right ul {
	margin: 30px 0 0;
}

#content01 .profile .right ul li {
	font-size: 16px;
	margin: 5px 0;
	text-align: left;
}

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

#content02 h2 {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 10px;
}

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

#content02 .box01 {
	width: 1080px;
	margin: 40px auto 0;
}

#content02 .box01 .left {
	width: 450px;
	float: left;
}

#content02 .box01 .left p {
	font-size: 18px;
	text-align: left;
}

#content02 .box01 .right {
	width: 600px;
	float: right;
}

#content02 .box01 iframe {
	width: 100%;
	height: 600px;
	margin-top: 40px;
}

#content02 .box01 .mediaBox {
	margin: 60px 0 0 0;
}

#content02 .box01 .mediaBox ul li {
	font-size: 18px;
	line-height: 1.7;
}

#content03 {
	padding: 120px 0;
	background: url(../images/common/back02.jpg);
}


#content03 .box01 {
	background: #ededed;
	padding: 40px;
	max-width: 846px;
	margin: 40px auto 120px;
}

#content03 .box01 h3 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #0a0073;
	border-bottom: solid #111 1px;
	line-height: 100%;
	padding-bottom: 20px;
}

#content03 .box01 .c1 {
	border-bottom: solid #111 1px;
	
}

#content03 .box01 .c1 table tr th {
	font-size: 18px;
	padding: 5px 10px 5px 0;
	font-weight: normal;
	width: 130px;
}

#content03 .box01 .c1 table tr td {
	font-size: 18px;
	padding: 5px 0 5px 10px;
}

#content05 {
	padding: 120px 0;
	background: url(../images/common/back01.jpg);
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
	
}

#content05 .w1080 {
	display: flex;
  justify-content: center;
  align-items: center;

}

#content05 .left {
	display: flex;
	order: 3;
	width: 500px;
	margin: 0 70px 0 0;
	justify-content:center;
}

#content05 .right {
	display: flex;
	order: 3;
	width: 508px;
	position: relative;
	justify-content:center;
}

#content05 .left h2 {
	display: flex;
	order: 3;
	font-size: 72px;
	font-weight: bold;
	width: 100px;
	line-height: 100%;
}

#content05 .left .link {
	display: flex;
	order: 1;
	width: 40px;
	margin-right: 40px;
}

#content05 .left 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: 320px;
	box-sizing:border-box;
}

#content05 .right .c01 {
	position: absolute;
	left: -60px;
	top: -80px;
}