/* 期間終了後css */

.contest-limite {
	margin: 0 auto 3rem;
	padding: 0;
}


.contest-limite .overdue-text {
	text-align: center;
	font-size: .875rem;
	line-height: 2.125;
	color: #86B485;
	margin: 1rem 0 1.5rem;
}


.appli-area .inner {
	max-width: 100%;
}

.appli-bg {
	position: relative;
}

.appli-bg::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(241, 241, 241, 0.5);
}

.appli-bg .appli-bg-inner {
	max-width: 820px;
	margin: 0 auto;
	padding: 5rem 0 0;
}

.appli-bg .appli-bg-inner .overdue-title {
	font-size: 1.25rem;
	text-align: center;
	position: absolute;
	top: 3.5rem;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 999;
}

@media screen and (min-width:768px) {

	.contest-limite {
		margin: 0 auto 5rem;
		padding: 0;
	}

	.contest-limite .overdue-text {
		text-align: center;
		font-size: 1.25rem;
		line-height: 2.125;
		letter-spacing: .15rem;
		color: #86B485;
		margin: 3rem 0;
	}

	.appli-bg .appli-bg-inner {
		padding: 10rem 0 0;
	}

	.appli-bg .appli-bg-inner .overdue-title {
		font-size: 1.5rem;
		text-align: center;
		position: absolute;
		top: 6rem;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 999;
	}

}

/* 4_230407追加修正 */

.award-detail-box .award-img-01 {
	max-width: 820px;
}

.contest-outline-area .inner .section_01_text {
	text-align: left;
	padding: 0 20px;
}

@media screen and (min-width: 768px) {
	.contest-outline-area .inner .section_01_text {
		text-align: center;
	}
}


.contest-outline-area .inner .theme h4 {
	margin: 50px 0 0;
	font-family: 游明朝;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .15rem;
	color: #86B485;
	line-height: 1.5;
}

.award-detail-text .notebar_wrap .notebar_flex {
	display: flex;
	gap: 0 20px;
	background-color: #E8E6DB;
	padding: 0 20px 0 0;
}

.award-detail-text .notebar_flex .notebar_img {
	width: 40%;
}

.award-detail-text .notebar_flex .notebar_conts {
	flex: 1;
	text-align: left;
	margin: auto 0;
}

.award-detail-text .notebar_flex .notebar_conts h4 {
	display: inline-block;
	margin: 0 0 16px;
	line-height: 0;
	width: 160px;
}

.award-detail-text .notebar_flex .notebar_conts p {
	padding: 1rem 0 0;
	margin: 0;
	border-top: 1px solid #707070;
	font-size: 11px;
}

.box-size-03 .award-detail-text {
	padding: 40px 0 0;
}

.contest-asymmetry-area .kit-area .kit-flex .box .buy-link a {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.award-detail-text .notebar_wrap .notebar_flex {
		align-items: start;
		padding: 16px 20px;
	}

	.award-detail-text .notebar_flex .notebar_conts h4 {
		width: auto;
	}

	.award-detail-text .notebar_flex .notebar_conts p {
		font-size: 16px;
	}
}


.award-detail-text .notebar_flex .inner_box h3:nth-child(n+2) {
	padding-top: 15px;
}

.award-detail-text .notebar_flex .notebar_conts p {
	border-top: initial;
	padding: 5px 0 0;
}
