@charset "utf-8";
/* ==========================================================
	file：add2026
	01.top2026
========================================================== */
/* 概要 */
.top2026 .sec1 h3 {
	font-size: 1.25rem;
	margin-bottom: 25px;
}

.top2026 .rule2-list {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 0;
	text-align: left;
}
.top2026 .rule2-list li {
	text-align: left;
	padding-left: 1rem;
}
.top2026 .rule2-list li::before {
	content: '○';
	margin-left: -1rem;
	padding-right: 5px;
}

.top2026 .team-area {
	background-color: rgba(255, 255, 255, 0.5);
	border: solid 1px #6fb5c7;
	border-radius: 10px;
	padding: 0 25px 15px;
	margin: 0 auto;
	max-width: 400px;
}
.top2026 .team-ttl {
	background-color: #6fb5c7;
	border-radius: 30px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	width: 80%;
	margin: -1rem auto 20px;
	padding: 6px 0;
	text-align: center;
}
.top2026 .team-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.top2026 .team-list li {
	display: inline-block;
	width: 49%;
}
.top2026 .rule-ttl {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 2rem;
	line-height: 1.8;
}
.top2026 .rule-ttl span {
	background-image: url('../../images/common/bg_nami.png');
	background-repeat: repeat-x;
	background-position-y: bottom;
	padding-bottom: 5px;
}
.top2026 .rule-list {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 0;
	text-align: left;
}
.top2026 .rule-list li {
	text-align: left;
}
.top2026 .rule-list li::before {
	content: '●';
	padding-right: 5px;
}

/* 投票 */
.entrywork .sec.sec1 .voteimg {
	display: flex;
	flex-direction: column;
	max-width: 95%;
	margin: 0 auto;
	max-width: 640px;
}
.entrywork .sec.sec1 .voteimg figure{
	width: 60%;
	margin: 0 auto 60px;
	text-align: center;
	position: relative;
	padding: 0 0 0 16px;
}
.entrywork .sec.sec1 .voteimg figure img{
	border: 2px solid #6fb5c7;
	border-radius: 50%;
	width: 100%;
}
.entrywork .sec.sec1 .voteimg figure::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #6fb5c7 transparent transparent transparent;
	border-width: 25px 15px 15px 15px;
	bottom: -50px;
	right: 50%;
	transform: translateX(50%);
}
.entrywork .sec.sec1 .voteimg figure:last-child::before {
	content: none;
}
.entrywork .sec2 h3 {
	font-size: 1.25rem;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	/* 画面幅 768px以上 */
	/* ==========================================================
		02.基本スタイル
	========================================================== */

	/* 概要 */
	.top2026 .sec1 h3 {
		font-size: 2.5rem;
		margin-bottom: 50px;
	}
	.top2026 .sec2 .sec-ttl::before {
		left: -55px;
	}
	.top2026 .sec2 .sec-ttl::after {
		right: -55px;
	}

	.top2026 .team-list {
		max-width: 280px;
		margin-right: auto;
		margin-left: auto;
	}
	.top2026 .team-list li:nth-of-type(2n) {
		text-align: right;
	}
	.top2026 .rule-list {
		width: 450px;
		margin: 0 auto 30px;
	}
	.top2026 .rule2-list {
		width: 800px;
		margin: 0 auto;
	}

	/* 表彰・賞金・審査方法 */
	.examination .sec2 .col-12 dl {
		display: flex;
		flex-direction: row;
	}
	.examination .sec2 .col-12 dl dt {
		width: 180px;
		text-align: right;
		padding-right: 1rem;
	}

	/* 投票 */
	.entrywork .sec.sec1 .voteimg {
		flex-direction: row;
	}
	.entrywork .sec.sec1 .voteimg figure{
		width: 30%;
	}
	.entrywork .sec.sec1 .voteimg figure::before {
		border-color: transparent transparent transparent #6fb5c7;
		border-width: 12px 12px 12px 22px;
		bottom: 50%;
		right: -40px;
		transform: translateY(-50%);
	}
	.entrywork .sec2 h3 {
		font-size: 2.5rem;
		margin-bottom: 50px;
	}
}
