@charset "UTF-8";

.sh-gradient-wrapper {
	padding-bottom: 40px;
}




.sh-judge-bg {
	background: url(images/img_bg.jpg) repeat;
	margin-bottom: 60px;
	padding: 40px 7.8125%;
	position: relative;
}

.sh-judge-box {
	position: relative;
}
.sh-judge-box.NMT40 {
	margin-top: -3.703704%;
}
.sh-judge-box.NMT65 {
	margin-top: -6.01852%;
}
.sh-judge-box.NMT35 {
	margin-top: -3.240741%;
}
.sh-judge-box__title {
	position: absolute;
	box-sizing: border-box;
	max-width: 540px;
	left: 50%;
	top: 0;
	margin-top: 12.963%;
	padding-left: 13.42593%;
	padding-right: 4.703704%;
	background-color: rgba(255, 255, 255, .7);
	overflow: hidden;
}
.sh-judge-box__title-inner {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sh-judge-box__title h5 {
	font-size: 36px;
	line-height: 1.4;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-feature-settings: 'palt';
}
.sh-judge-box__title p {
	font-size: 26px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	margin-top: 10px;
}
.sh-judge-box__voice {
	position: relative;
	width: 62.963%;
	max-width: 680px;
}

.sh-judge-box:nth-child(odd) .sh-judge-box__title {
	left: auto;
	right: 50%;
	padding-left: 3.77778%;
	padding-right: 12.962963%;
}
.sh-judge-box:nth-child(odd) .sh-judge-box__voice {
	margin-left: auto;
}

.sh-judge-box2 {
	width: 92%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sh-judge-link1 {
	width: 48.1%;
	max-width: 500px;
}
.sh-judge-link1 a:hover img {
	opacity: .9;
}


/*	ふわふわバナー	*/
.sh-float-banner {
	width: 39.0625%;
	max-width: 500px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}
.sh-anim {
	display: block;
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}


@media screen and (max-width: 1280px) {
	.sh-judge-box__title h5 {
		font-size: 2.8125vw;
	}
	.sh-judge-box__title p {
		font-size: 2.03125vw;
	}
}


@media screen and (max-width: 767px) {

	.sh-judge-box.NMT40,
	.sh-judge-box.NMT65,
	.sh-judge-box.NMT35 {
		margin-top: 20px;
	}
	.sh-judge-box__title,
	.sh-judge-box:nth-child(odd) .sh-judge-box__title {
		position: relative;
		width: 100%;
		padding: 0;
		margin-top: 0;
		left: 0;
		right: 0;
	}
	.sh-judge-box__title-inner {
		float: none;
		width: auto;
		max-width: 768px;
		padding: 20px 20px 25px;
	}

	.sh-judge-box__title h5 {
		font-size: 26px;
	}
	.sh-judge-box__title p {
		font-size: 22px;
	}

	.sh-judge-link1 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.sh-judge-link1 + .sh-judge-link1 {
		margin-top: 15px;
	}

	.sh-judge-box__voice {
		width: 100%;
		max-width: 768px;
		margin-top: -20px;
	}

	.sh-judge-bg {
		padding-top: 20%;
	}
	.sh-float-banner {
		width: 70%;
	}
}


