@charset "utf-8";
main.jadge {
	padding-bottom: 80px;
}
.judge-block > li {
	margin-top: 38px;
}
.judge-block > li:nth-child(n + 2) {
	margin-top: 44px;
}
.judge-block > li > img {
	display: inline-block;
	width: 200px;
}
.judge-block > li .judge-block__profile {
	width: 565px;
}
.judge-block > li:nth-child(odd) .judge-block__profile,
.judge-block > li:nth-child(even) > img {
	float: right;
}
.judge-block > li .judge-block__profile > h4 {
	font-size: 20px;
	margin-top: -5px;
}
.judge-block > li .judge-block__profile > h4 .pos {
	font-size: 16px;
	display: block;
}
.judge-block > li .judge-block__profile > p {
	font-size: 16px;
	line-height: 1.8;
}
.judge-block > li .judge-block__profile > p.url {
	margin-top: 24px;
}
.judge-block > li .judge-block__profile > p.history {
	margin-top: 30px;
}
.jadge .border {
	height: 75px;
}
section.middle {
	margin-top: 75px;
}
.judge-corporate {
	background: url(/contents_file/fun/koushien/images/judge/judge_back01.png) no-repeat;
	width: 814px;
	height: 276px;
	background-size: 100% 100%;
	margin: 50px 0 0 -8px;
}
.judge-corporate h3 {
	text-align: center;
	padding-top: 50px;
	font-size: 24px;
}
.judge-corporate .judge-corporate--list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	width: 670px;
	margin: 19px auto 0;
}
.judge-corporate .judge-corporate--list li{
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	margin: 10px 0 0;
	width: 195px;
}
.judge-corporate .judge-corporate--list .judge-corporate--list__hanako {
	margin: 5px 0 0;
}
.judge-corporate .judge-corporate--list li p {
	margin: 27px 0 0;
}
.judge-corporate .judge-corporate--list .judge-corporate--list__hanako p {
	margin: 22px 0 0;
}
.judge-corporate__iage {
	width: auto;
	height: 30px;
	margin: 0 auto;
}
.judge-corporate--list__hanako .judge-corporate__iage {
	height: 40px;
}
main.judge a.list-style {
	text-decoration: none;
	position: relative;
	margin: 6px 0 0 13px;
}
main.judge a.list-style:before {
	content: "";
	background: url(../images/common/menu/header_arrow_right.png) no-repeat;
	background-size: 100%;
	position: absolute;
	width: 9px;
	height: 10.8px;
	left: -12px;
	top: 5px;
}