@charset "utf-8"; 

.contents01 .title .date{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 20px;
	line-height: 42px;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px){
	.contents01 .title .date{
		font-size: 16px;
		line-height: 32px;
		margin-top: 10px;
	}
}
.contents01 .title .text01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.06em;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents01 .title .text01{
		font-size: 15px;
		margin-top: 30px;
	}
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	display: block;
	margin: 60px auto 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 375px;
		margin: 40px auto 0;
	}
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01.first{
		margin-top: 40px;
	}	
}
.contents01 .contents01_01 .text02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.06em;
	padding-bottom: 12px;
	margin-top: 40px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .text02{
		font-size: 18px;
		padding-bottom: 10px;
	}
}
.contents01 .contents01_01 .text02::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: linear-gradient(to right, #214486 0 100px, #ccc 100px 100%);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .text02::after{
		background: linear-gradient(to right, #214486 0 90px, #ccc 90px 100%);
	}
}
.contents01 .contents01_01 ul{
	width: 1100px;
	height: auto;
	margin-top: 30px;
	background-color: #EDF0F4;
	padding: 40px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul{
		width: 100%;
		margin-top: 20px;
		padding: 30px 20px;
	}
}
.contents01 .contents01_01 ul li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul li{
		flex-direction: column;
		margin-top: 25px;
	}
	.contents01 .contents01_01 ul li:first-of-type{
		margin-top: 0;
	}
}
.contents01 .contents01_01 ul li .text03{
	width: 80px;
	height: auto;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	color: #313131;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul li .text03{
		width: auto;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 ul li .contents01_01_01_01{
	width: auto;
	height: auto;
	display: block;
}
.contents01 .contents01_01 ul li .contents01_01_01_01 .text04{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	color: #313131;
	margin-top: 15px;
}
.contents01 .contents01_01 ul li .contents01_01_01_01 .text04:first-of-type{
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul li .contents01_01_01_01 .text04{
		font-size: 15px;
		line-height: 28px;
		margin-top: 25px;
	}
	.contents01 .contents01_01 ul li .text04:first-of-type{
		margin-top: 10px;
	}
}


/*受賞作品に対するコメント*/
.contents01_02{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 100px;
}
@media only screen and (max-width: 767px){
	.contents01_02{
		padding-top: 60px;
	}
}
.contents01_02 .contents01_02_01{
	width: 1180px;
	height: auto;
	margin: 0 auto;
	padding: 60px 50px;
	background-color: #FFFFFF;
	box-shadow: 0 0 16px rgba(255, 255, 255, 1.0);
}
@media only screen and (max-width: 767px){
	.contents01_02 .contents01_02_01{
		width: 90%;
		max-width: 375px;
		padding: 40px 20px;
		box-shadow: 0 0 16px rgba(255, 255, 255, 1.0);
	}
}
.contents01_02 .contents01_02_01 h2{
	text-align: center;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0.04em;
	color: #214486;
}
@media only screen and (max-width: 767px){
	.contents01_02 .contents01_02_01 h2{
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01_02 .contents01_02_01 ul{
	width: 100%;
	height: auto;
}
.contents01_02 .contents01_02_01 ul li{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .contents01_02_01 ul li{
		margin-top: 30px;
	}
}
.contents01_02 .contents01_02_01 ul li h3{
	background-color: #4468A8;
	border-radius: 50px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .06em;
	color: #ffffff;
	padding: 12px 25px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .contents01_02_01 ul li h3{
		border-radius: 10px;
		font-size: 16px;
		line-height: 26px;
		padding: 20px;
	}
}
.contents01_02 .contents01_02_01 ul li .text05{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.06em;
	margin-top: 20px;
	padding: 0 25px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .contents01_02_01 ul li .text05{
		line-height: 28px;
		padding: 0 5px;
	}
}
/*受賞作品に対するコメントここまで*/


/*受賞者の作品概要*/
.contents01_03{
	width: 100%;
	height: auto;
	display: block;
}
.contents01_03 .contents01_03_01{
	width: 1180px;
	height: auto;
	display: block;
	margin: 100px auto 0;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01{
		width: 90%;
		max-width: 375px;
		margin: 60px auto 0;
	}
}
.contents01_03 .contents01_03_01 ul{
	width: 100%;
	height: auto;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contents01_03 .contents01_03_01 ul li{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 30px;
}
.contents01_03 .contents01_03_01 ul li a{
	width: auto;
	height: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.06em;
	color: #214486;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 ul li a{
		font-size: 15px;
		line-height: 25px;
		align-items: flex-start;
	}
}
.contents01_03 .contents01_03_01 ul li a img{
	width: 25px;
	height: auto;
	display: block;
	margin-right: 20px;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 ul li a img{
		width: 20px;
		margin-right: 10px;
		margin-top: 5px;
	}
}
/*受賞者の作品概要ここまで*/


.contents01_04{
	width: 100%;
	height: auto;
	display: block;
}
.contents01_04 .contents01_04_01{
	width: 1180px;
	height: auto;
	display: block;
	margin: 100px auto 147px;
}
@media only screen and (max-width: 767px){
	.contents01_04 .contents01_04_01{
		width: 90%;
		max-width: 375px;
		margin: 60px auto 122;
	}
}
.contents01_04 .contents01_04_01 .text06{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.06em;
	margin-top: 30px;
}

.back_btn {
	width: 250px;
	height: 70px;
	background-color: #214486;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 100px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
.back_btn img{
	width: 20px;
	height: auto;
	display: block;
	margin-right: 10px;
	margin-top: 3px;
}


