@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* 一覧 */
/* -------------------------------------------------- */
#newsList {
	width: 1200px;
	margin: 0 auto 100px;
	display: flex;
	flex-wrap: wrap;
}

#newsListIn {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news {
	width: 48%;
	padding: 1.8%;
	margin-right: 4%;
	margin-bottom: 4%;
	background: #FFF;
	border-radius: 20px;
	transition: all 0.3s ease-in-out 0s;
}

.news:hover {
	transform: scale(1.05);
	box-shadow: 0px 5px 20px -6px rgba(0, 0, 0, 0.2);
}

.news:nth-child(2n) {
	margin-right: 0;
}

.news a {
	display: flex;
	flex-wrap: wrap;
	transition: all 0.3s ease-in-out 0s;
}

.news a:hover {
	color: #195bd4;
}

.newsImg {
	width: 235px;
	height: 189px;
	border-radius: 10px;
	overflow: hidden;
}

.newsImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.newsInfo {
	width: calc(100% - 235px);
	padding: 30px;
}

.news .date {
	padding-bottom: 10px;
}

.news .tit {
	font-size: 1.4rem;
	line-height: 1.2;
	padding-bottom: 20px;
}

.news .cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.news .cat li {
	padding: 0 10px;
	margin-right: 2px;
	color: #FFF;
	background: #a0a0a0;
	font-size: 1.2rem;
	border-radius: 5px;
}

#newsBtn {
	text-align: center;
}

/* プルダウン */
#cat {
	padding-bottom: 20px;
}

#catTit {
	font-size: 1.6rem;
}

#catPd select {
	padding: 10px 50px;
	appearance: none;
	border: 3px #a0a0a0 solid;
	background: #FFF;
	border-radius: 10px;
	color: #666;
	font-size: 1.6rem;
	text-align: center;
}

#catPd select::-ms-expand {
  display: none;
}

/* 詳細ページ */
/* -------------------------------------------------- */
#underMv {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

#underMv h1 {
	padding-bottom: 10px;
	order: 2;
	line-height: 1.2;
}

#underMv.newsTax h1 {
	order: 1;
}

#taxTxt {
	order: 2;
	font-size: 1.6rem;
}

#titDate {
	order: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#titDate li {
	padding: 0 10px;
	font-size: 2rem;
}

#titCat{
	order: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#titCat li {
	order: 3;
	padding: 5px 15px;
	margin: 0 3px;
	font-size: 1.6rem;
	background: #195bd4;
	color: #FFF;
	border-radius: 10px;
}

#newsSingle {
	width: 1200px;
	margin: 0 auto 100px;
}

#newsContent {
	padding: 50px;
	margin-bottom: 50px;
	background: #FFF;
	border-radius: 20px;
}

#eyecatch {
	padding-bottom: 50px;
}

#eyecatch img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

#content {
	font-size: 1.8rem;
}

#content h2 {
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 2.8rem;
	background: #195bd4;
	color: #FFF;
	border-radius: 20px;
	letter-spacing: 0.1em;
}

#content h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 2.8rem;
	border-radius: 20px;
	letter-spacing: 0.1em;
}

#content p {
	margin-bottom: 1em;
	font-weight: 500;
}

#content img {
	max-width: 100%;
	height: auto;
}

#content iframe {
	max-width: 100%;
}

#content a {
	color: #195bd4;
	transition: all 0.3s ease-in-out 0s;
}

#content a:hover {
	opacity: 0.7;
}

#pagerSingle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#prev {
	width: 40px;
	margin-right: 30px;
}

#prev a {
	width: 40px;
	height: 40px;
	background: #195bd4;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
}

#next {
	width: 40px;
	margin-left: 30px;
}

#next a {
	width: 40px;
	height: 40px;
	background: #195bd4;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
}

#back a {
	padding: 5px 60px;
	background: #FFF;
	font-size: 1.8rem;
	color: #195bd4;
	border: 3px #195bd4 solid;
	border-radius: 40px;
	transition: all 0.3s ease-in-out 0s;
}

#back a:hover {
	background: #195bd4;
	color: #FFF;
}

/* ポスター作品 */
#prizeWrap {
	margin-top: 50px;
}

.prize {
	padding-bottom: 30px;
}

.prizeTit {
	padding: 15px 20px;
	margin-bottom: 15px;
	font-size: 2.6rem;
	color: #FFF;
	font-weight: bold;
	background: #195bd4;
	border-radius: 5px;
}

.layout2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2% ;
}

.layout2 .poster {
	width: 49%;
}

.layout4 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2% ;
}

.layout4 .poster {
	width: 23.5%;
}

.poster a {
	transition: all 0.3s ease-in-out 0s;
}

.poster a:hover {
	opacity: 0.7;
}

.posterImg {
	width: 100%;
}

.posterImg img {
	width: 100%;
	height: auto;
}

.posterName {
	font-size: 1.4rem;
}





/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	/* 一覧 */
	/* -------------------------------------------------- */
	#newsList {
		width: 94%;
		margin: 0 auto 100px;
		display: flex;
		flex-wrap: wrap;
	}
	
	/* 詳細ページ */
	/* -------------------------------------------------- */
	#newsSingle {
		width: 94%;
		margin: 0 auto 100px;
	}
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* 一覧 */
	/* -------------------------------------------------- */
	#newsList {
		width: 94%;
		margin: 0 auto 100px;
		display: flex;
		flex-wrap: wrap;
	}

	.newsImg {
		width: 30%;
		height: 10vw;
	}
	
	.newsInfo {
		width: 70%;
		padding: 0 0 0 10px;
	}
	
	.news .tit {
		font-size: 1.4rem;
		padding-bottom: 5px;
	}
	
	.news .date {
		font-size: 1.2rem;
		padding-bottom: 0px;
	}
	
	.news {
		width: 48.5%;
		padding: 1.8%;
		margin-right: 3%;
		margin-bottom: 3%;
		background: #FFF;
		border-radius: 20px;
		transition: all 0.3s ease-in-out 0s;
	}
	
	/* 詳細ページ */
	/* -------------------------------------------------- */
	#newsSingle {
		width: 94%;
		margin: 0 auto 100px;
	}
	
	#newsContent {
		padding: 5%;
		margin-bottom: 50px;
		background: #FFF;
		border-radius: 20px;
	}
	
	#content {
		font-size: 1.6rem;
	}
	
	#content h2 {
		padding: 15px;
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 2.4rem;
		background: #195bd4;
		color: #FFF;
		border-radius: 20px;
		letter-spacing: 0.1em;
	}
	
	#content h3 {
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 2.4rem;
		border-radius: 20px;
		letter-spacing: 0.1em;
	}
	
	#back a{
	padding: 5px 40px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.layout2 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 2% ;
	}

	.layout2 .poster {
		width: 100%;
	}

	.layout4 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 2% ;
	}

	.layout4 .poster {
		width: 49%;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	
	.news {
		width: 100%;
		padding: 3%;
		margin-right: 0;
		margin-bottom: 3%;
		background: #FFF;
		border-radius: 20px;
		transition: all 0.3s ease-in-out 0s;
	}
	
	.newsImg {
		width: 30%;
		height: 21vw;
	}
	
	
	/* 詳細ページ */
	/* -------------------------------------------------- */
	#newsSingle {
		width: 94%;
		margin: 0 auto 60px;
	}

	/* ポスター作品 */
	.prizeTit {
		padding: 10px 15px;
		margin-bottom: 15px;
		font-size: 2rem;
		color: #FFF;
		font-weight: bold;
		background: #195bd4;
		border-radius: 5px;
	}

	.layout2 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 2% ;
	}

	.layout2 .poster {
		width: 100%;
	}

	.layout4 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 2% ;
	}

	.layout4 .poster {
		width: 49%;
	}

	.posterName {
		font-size: 1.2rem;
	}
}