@charset "UTF-8";

/*色の設定
-----------------------------------------*/
:root
{
	--bluedeep: #92C4DA;
	--bluelight: #CFEAF5;
	--bluefont: #8EBCD1;
	--red: #EE887E;
	--graylight: #F7F7F7;
	--yerrow: #fff4b6;
}

/*ページタイトル
-----------------------------------------*/
.page-title h1
{
	font-size: 31px;
	font-family: 'min', serif;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 2;
	padding-top: 70px;
}

@media (max-width: 769px)
{
	.page-title h1
	{
		font-size: 15px;
		line-height: 1.5;
		padding-top: 40px;
	}
}

.josei
{
	width: 785px;
	margin: 40px auto 80px;
}

@media (max-width: 769px)
{
	.josei
	{
		width: 95%;
		margin: 0 auto 40px;
	}
}

/* 助成先の決定について
-----------------------------------------*/
.kettei
{
	margin-top: 50px;
}

.kettei h2
{
	font-size: 22px;
	text-align: center;
	line-height: 1.7;
	padding-bottom: 30px;
}

.kettei p
{
	letter-spacing: 0.02em;
}

@media (max-width: 769px)
{
	.kettei
	{
		margin-top: 20px;
	}

	.kettei h2
	{
		font-size: 18px;
		padding-bottom: 15px;
	}
}

/* 受賞団体の皆さま
-----------------------------------------*/
.award
{
	margin-top: 50px;
}

.award h2
{
	font-size: 20px;
	text-align: center;
	padding-bottom: 1em;
}

.award dl
{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 14px;

}

.award dl dt
{
	width: 20%;
}

.award dl dd
{
	width: 80%;
	line-height: 1.6;
}

@media (max-width: 769px)
{
	.award
	{
		margin-top: 25px;
	}

	.award h2
	{
		font-size: 18px;
		line-height: 2;
		padding-bottom: 0.5em;
	}

	.award dl dt,
	.award dl dd
	{
		width: 100%;
	}
}

/* 第二次審査の様子
-----------------------------------------*/
.images
{
	margin-top: 80px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

.images h2
{
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
}

.images .view
{
	display: flex;
	flex-wrap: wrap;
}

.images .view figure
{
	width: 31%;
	margin-right: 3.5%;
}

.images .view figure:nth-child(3n)
{
	margin-right: 0;
}

figure
{
	margin-bottom: 20px;
}

figcaption
{
	font-size: 13.5px;
	line-height: 1.4;
	text-align: center;
	padding-top: 10px;
}

@media (max-width: 769px)
{
	.images
	{
		margin-top: 40px;
		padding-bottom: 20px;
	}

	.images h2
	{
		font-size: 18px;
		padding-bottom: 15px;
	}

	.images .view figure
	{
		width: 49%;
	}

	.images .view figure,
	.images .view figure:nth-child(3n)
	{
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.images .view figure:nth-child(2n)
	{
		margin-right: 0;
	}
}

/* 令和元年度の募集は終了しました
-----------------------------------------*/
.close
{
	margin-top: 50px;
	padding-bottom: 30px;
}

.close h2
{
	font-size: 18px;
	text-align: center;
}

.concept
{
	margin-top: 30px;
}

.concept h3
{
	font-size: 24px;
	color: var(--bluefont);
	text-align: center;
	padding-bottom: 1em;
}

.concept p
{
	color: var(--bluefont);
}

.concept a
{
	font-size: 18px;
	text-decoration: underline;
	display: block;
	margin-top: 1em;
}

@media (max-width: 769px)
{
	.close
	{
		margin-top: 30px;
		padding-bottom: 22px;
	}

	.concept h3
	{
		font-size: 17px;
		line-height: 1.8;
	}

	.concept a
	{
		font-size: 16px;
	}
}

/* 公募要項
-----------------------------------------*/
.line
{
	width: 100%;
	height: 2px;
	background-image: url(../img/common/dotline.svg);
}

.outline
{
	line-height: 1.7;
}

.outline h2
{
	color: #595757;
	background: #ebf5fa;
	font-size: 18px;
	font-weight: 900;
	border-left: 5px solid #92c4da;
	font-weight: normal;
	display: inline-block;
	padding: 0.3em 1em;
	margin-top: 45px;
	margin-bottom: 15px;
}

.outline h3
{
	font-size: 17px;
	color: var(--bluefont);
	border-bottom: 1px solid var(--bluefont);
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 20px
}

.outline h4
{
	padding-top: 1.5em;
	font-weight: bold;
}

.outline ul
{
	margin-left: 1em;
	list-style-type: disc;
}

.outline ul li
{
	line-height: 1.5;
	padding-bottom: 5px;
}

.outline ol
{
	margin-left: 2em;
}

.outline .red
{
	font-size: 11px;
	color: var(--red);
}

.outline dl
{
	padding-top: 1em;
}

.outline a
{
	display: block;
	color: var(--bluefont);
}

.outline .contact a
{
	width: 200px;
	margin-top: 10px;
}

.kyosan
{
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.kyosan img
{
	width: 300px;
	border: 1px solid #595757;
	margin-left: 20px;
}

@media (max-width: 769px)
{
	.outline h2
	{
		margin-top: 20px;
		font-size: 16px;
	}

	.kyosan img
	{
		width: 200px;
	}
}