@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: 30%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-right: 5%;
}

.prize .lead-txt p {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
}
.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/award21/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;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.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;
}
.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;
}

.award-box .info-box dl {
	flex: auto;
	width: 100%;
}
.award-box .info-box dt {
	display: flex;
	cursor: pointer;
	padding: 20px 0;
	justify-content: flex-end;
	align-items: center;
	text-decoration: underline;
	font-size: 0.9em;
}
.award-box .info-box dt::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #ac8028;
	border-right: 2px solid #ac8028;
	transform: rotate(45deg);
	margin: -3px 8px 0 0;
	flex-shrink: 0;
	transition: 0.3s;
}
.award-box .info-box dt.active::before {
	transform: rotate(135deg);
}
.award-box .info-box dd {
	margin-bottom: 20px;
	padding: 20px;
	background: #f5f5f5;
	display: none;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.7;
}


@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;
		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;
	}


}