@charset "utf-8";

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
.bg-title {
	margin-bottom: 0;
}
.lead {
	margin: 0 calc(50% - 50vw) 70px;
	padding: 0px calc(50vw - 50%);
}
.prize .lead-txt {
	align-items: stretch;
}
.prize .lead-txt figure {
	width: 40%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 60px 0;
	margin-right: 8%;
}
.prize .lead-txt figure::before {
	content: "";
	position: absolute;
	display: block;
	width: 100vw;
	height: 100%;
	top: 0;
	right: -5%;
	background: #0b1a2f;
	z-index: -1;
	transform: skewX(-15deg);
}
.prize .lead-txt p {
	display: flex;
	align-items: center;
}
.prize .content h2 {
	font-weight: bold;
	font-size: 3rem;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	line-height: 1.5;
}
.prize .content h2::before {
	content: "";
	display: block;
	background: url("/warp_partner/award/img/ico_title.png") 0 0 / cover no-repeat;
	width: 78px;
	height: 52px;
	flex-shrink: 0;
	margin-right: 10px;
}
.prize section + section h2 {
	margin-top: 60px;
}
.prize .content h2 + p {
	margin: -35px 0 60px;
	line-height: 1.6;
}
.award-box .tit {
	background: url("/warp_partner/img/tit_rank.png") left center no-repeat;
	padding-left: 100px;
	text-align: center;
	margin-bottom: 30px;
}

.award-box h3 {
	text-align: center;
	color: #ac8028;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dad1bf;
	font-size: 2rem;
}
.award-box h3 span {
	font-weight: bold;
}
.award-box .tit p {
	font-weight: bold;
}
.award-box .info-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.award-box .logo-box {
	width: 35%;
	font-size: 1.2rem;
	line-height: 1.5;
}
.award-box .logo-box p {
	font-weight: bold;
}
.award-box .logo-box p.logo-box-txt {
	font-weight: bold;
	margin: 30px 0;
}
.award-box .txt-box {
	width: 65%;
	text-align: left;
	line-height: 1.7;
	font-size: 1.5rem;
}
.award-box .txt-box_nologo {
	width: 100%;
	text-align: left;
	line-height: 1.7;
	font-size: 1.5rem;
}
.other .award-box h3 {
	font-size: 1.7rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}

.award-box .wide {
	width: 100%;
}
.award-box .wide .info-box {
	justify-content: center;
}

.award-box .wide .tit {
	max-width: 1000px;
	margin: 0 auto 30px;
}
.award-box .wide h3 {
	font-size: 2.8rem;
}
.award-box .wide .logo-box {
	margin-right: 15px;
}
.award-box .wide .txt-box {
	font-size: 1.7rem;
	width: 50%;
	margin-left: 15px;
}

@media screen and (max-width: 1000px) {
	.prize .lead-txt figure::before {
		transform: skewX(0deg);
		right: -10%;
	}
	.prize .lead-txt p {
		padding: 20px 0;
	}

}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	.lead {
		margin-bottom: 30px;
		padding: 0;
	}
	.prize .lead-txt figure {
		width: 100%;
		padding: 20px 0;
		margin-right: 0;
		background: #0b1a2f;
		max-width: none;
	}
	.prize .lead-txt figure img {
		width: 40%;
		margin: 0 auto;
		max-width: 200px;
	}
	.prize .lead-txt figure::before {
		display: none;
	}
	.prize .lead-txt p {
		padding: 0 10px;
	}

	.prize .content h2 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.prize .content h2::before {
		width: 50px;
		height: 33px;
	}
	.prize .content h2 + p {
		margin: -15px 0 30px;
	}
	.prize section + section h2 {
		margin-top: 30px;
	}
	.award-box > section {
		margin-bottom: 40px;
	}
	.award-box .tit {
		background-size: auto 50px;
		padding-left: 65px;
		margin-bottom: 0px;
	}

	.award-box h3 {
		font-size: 1.5rem !important;
		padding-bottom: 10px;
	}
	.award-box .tit p {
		font-size: 1.3rem;
	}
	.award-box .logo-box {
		width: 100%;
	}
	.award-box .logo-box img {
		max-width: 200px;
		margin: 0 auto;
	}
	.award-box .logo-box p {
		padding: 20px 0;
		max-width: 200px;
		margin: 20px auto;
		border: 1px solid #ccc;
	}
	.award-box .txt-box {
		width: 100% !important;
		font-size: 1.4rem !important;
	}
	.other .award-box h3 {
		margin-bottom: 0;
	}


}