@charset "utf-8";

/*----------------------------------------------------
 絵画・ポスターコンクール
----------------------------------------------------*/
/* アクティブ表示 */
@media screen and (min-width: 835px) {
	.painting header .header_nav nav > ul > li:nth-child(4) {
		background-color: #3f80dc;
	}
	.painting header .header_nav nav > ul > li:nth-child(4)::after {
		opacity: 1;
		transform: translate(0, -17px);
	}
}
/* コンテンツカラー表示 */
.painting #contents_title i,
.painting #contents_title h2 {
	color: var(--color-painting);
}
.painting .page_content h2 {
	color: var(--color-painting);
	border-color: var(--color-painting);
}
.painting h3.theme_belt {
	background-color: var(--color-painting);
}
.painting .slide {
	height: 340px;
}

/* 募集時 */
.entry {
	color: #23b8fa;
	font-size: 1.875em;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	margin: 0 0 40px;
}
.regulation h2 span {
	color: var(--color-cooking);
}
.regulation .theme {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 250px;
	padding: 0 0 30px;
}
.regulation .theme h3 {
	background-color: var(--color-painting);
	text-align: center;
	color: #ffffff;
	font-size: 1.25em;
	line-height: 1.1;
	width: 92px;
	height: 92px;
	border-radius: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 14px 0;
}
.regulation .theme h4 {
	font-size: 1.5em;
	color: var(--color-main);
	margin: 0 0 14px;
}
.regulation .theme p {
	color: #808080;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.require {
	background-color: #eeeeee;
	padding: 30px;
}
.require h4 {
	font-size: 1.25em;
	text-align: center;
	color: var(--color-painting);
	margin: 0 0 24px;
}
.require dl {
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px;
	line-height: 1.6;
}
.require dl dt {
	flex-shrink: 0;
	width: 5.5em;
	font-weight: 700;
}
.require dl dd ul li {
	text-indent: -1.0em;
	padding-left: 1.0em;
	position: relative;
}
.require dl dd ul li::before {
	content: "・";
	width: 1.0em;
	font-feature-settings: "palt" 0;
}
.require dl dd p span {
	color: #ff0000;
}
.require .linkBtn {
	margin: 30px 0 0;
}
.deadline {
	margin: 0 0 80px;
	background-color: #e5f6fe;
	padding: 30px;
	text-align: center;
}
.deadline p {
	font-size: 1.875em;
	font-weight: 700;
}
.deadline p strong {
	color: var(--color-business);
}
.deadline p em {
	font-size: 1.666em;
}

.intro {
	padding-right: 380px;
	min-height: 190px;
	margin: 0 0 50px 0;
	position: relative;
}
.intro strong {
	font-size: 1.5em;
	line-height: 1.4;
	margin: 0 0 10px;
	display: block;
	color: var(--color-main);
}
.intro em {
	font-weight: 700;
}
.intro img {
	position: absolute;
	top: 12px;
	right: 0;
}
.not_entry {
	padding-right: 415px;
}
.not_entry img {
	right: 35px;
}

.chosen h4,
.backnumber h4,
.winner h4 {
	text-align: center;
	font-size: 1.375em;
	color: var(--color-painting);
	margin: 0 0 24px;
	position: relative;
	line-height: 1.4;
}
.chosen h4::before,
.backnumber h4::before,
.winner h4::before {
	content: "";
	content: "\f521";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #ff8026;
	margin-right: 0.20em;
}

.column_paint {
	display: grid;
	position: relative;
}
.column_paint::after {
	content: "";
	width: 1px;
	height: calc(100%);
	position: absolute;
	left: 50%;
	background-color: #cccccc;
}

.chosen {
	background-color: var(--color-base);
	margin: 0 0 60px;
	padding: 0 0 60px;
}
.chosen .column_paint {
	padding: 0 35px;
	grid-gap: 70px;
	grid-template-columns: 480px 480px;
}
.chosen .works {
	margin: 0 auto 40px;
	width: 432px;
}
.chosen .works dt {
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 432px;
	height: 432px;
}
.chosen .works dt img {
	object-fit: contain;
}
.chosen .works dd,
.winner .column_2 dd {
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}
.prize_person {
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.person_info {
	margin-left: 14px;
	letter-spacing: 0.04em;
}
.person_info .award {
	font-weight: 700;
	margin: 0 0 4px;
}
.person_info .name span {
	font-size: 1.625em;
	font-weight: 700;
}

.backnumber .column_paint {
	padding: 0;
	grid-gap: 100px;
	grid-template-columns: 500px 500px;
}
.backnumber .column_paint p {
	margin: 0 0 30px;
}
.backnumber .column_paint p:last-child {
	margin: 0;
}
.winner .column_2 dt,
.winner .column_3 dt {
	background-color: #fafafa;
}
.winner .column_2 dt img {
	max-height: 526px;
	max-width: 526px;
	object-fit: contain;
}
.winner .column_3 dt img {
	max-height: 328px;
	max-width: 328px;
	object-fit: contain;
}
.winner .column_3 .prize_person {
	text-align: center;
	display: block;
	font-size: 15px;
}
.winner .column_3 .person_info  {
	margin: 16px 0 0;
}
.winner .column_3 .person_info .prize {
	color: #ff801e;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 6px;
}
.winner .column_3 .person_info .special {
	color: #ff9c9c;
}
.winner .column_3 .person_info .name span {
	font-size: 1.333em;
}

@media screen and (max-width: 834px) {
	.painting .slide,
	.painting .slide img {
		height: 160px;
	}
	.painting #contents_vi h2 img {
		width: 100%;
	}
	.entry {
		font-size: 1.5em;
	}
	.regulation .theme {
		min-height: inherit;
		padding: 0 0 20px;
	}
	.regulation .theme h4 {
		font-size: 1.3em;
	}
	.regulation .theme p {
		font-size: 1.15em;
	}
	.require {
		padding: 15px;
	}
	.require h4 {
		font-size: 1.15em;
	}
	.require dl {
		display: block;
		margin: 0 0 12px;
	}
	.require .linkBtn {
		margin: 20px 0 0;
	}
	.deadline {
		margin: 0 0 40px;
		padding: 15px;
		display: flex;
		justify-content: center;
	}
	.deadline p {
		font-size: 1.3em;
		text-align: left;
	}
	.deadline p strong {
		display: block;
		margin: 0 0 6px;
	}
	.deadline p em {
		font-size: 1.3em;
	}

	.intro {
		padding: 0;
		margin: 0 0 30px;
		line-height: 1.6;
		min-height: auto;
	}
	.intro strong {
		font-size: 1.1em;
	}
	.intro img {
		position: static;
		width: 80%;
		max-width: 480px;
		display: block;
		margin: 20px auto 40px;
	}
	.not_entry {
		padding: 0 15px;
	}

	.chosen h4,
	.backnumber h4,
	.winner h4 {
		font-size: 1.15em;
	}
	.chosen {
		margin: 0 0 40px;
		padding: 0 0 20px;
	}
	.chosen .column_paint {
		padding: 0 15px;
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-gap: 30px;
	}
	.column_paint::after {
		content: none;
	}
	.chosen .works {
		margin: 0 auto 40px;
		width: 100%;
	}
	.chosen .works dt {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.person_info {
		margin-left: 10px;
		font-size: 14px;
	}
	.person_info .name span {
		font-size: 1.3em;
	}
	.chosen .linkBtn a,
	.backnumber  .linkBtn a {
		max-width: 240px;
	}
	.backnumber .column_paint {
		grid-template-columns: 100%;
		grid-gap: 40px;
	}
	.chosen .works dd,
	.winner .column_2 dd {
		padding: 10px 0 0;
	}
	.winner .column_2 dt,
	.winner .column_3 dt {
		text-align: center;
		background-color: #e6f8ff;
	}
	.winner .column_2 dt img,
	.winner .column_3 dt img {
		max-width: 600px;
		max-height: 600px;
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	.winner .column_3 .person_info  {
		margin: 10px 0 0;
	}

}
