@charset "utf-8";
.s-head{
  width: 100%;
  padding: 80px 0 0;
  text-align: left;
  box-sizing: border-box;
  display: block;
}
.s-head2{
  padding: 150px 0 0;
}
.s-head h2{
  z-index: 2;
  color: #1a1a1a;
  font-size: 40px;
  text-align: left;
  display: block;
  font-weight: 500;
	padding: 0 0 10px;
}
.s-head h3{
	display: inline-block;
	margin: 0 10px 0 0;
	background: #F72039;
	color: #FFF;
	padding: 5px 10px;
	font-size: 26px;
}
.s-head p{
	display: inline-block;
	font-weight: bold;
	font-size: 30px;
	font-family: "Space Grotesk", sans-serif;
}
.s-head p span{
	font-size: 20px;
}
.s-container{
  min-height: calc(100vh - 280px);
}
.pankuzu {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}
.pankuzu a{
  text-decoration: underline;
}

/*募集要項*/
.application .grid .btn01{
  max-width: 100%;
}

/*ライブラリー*/
.s-container .library > div> div > img{
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 240px;
}

/*有識者審査員紹介*/
.s-container .expert .flexbox > img,.s-container .alumni .flexbox > img{
  width: 230px;
}
.s-container .expert .flexbox > div,.s-container .alumni .flexbox > div{
  width: calc(100% - 254px);
}
.s-container .expert .exp-link,.s-container .alumni .exp-link{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.s-container .expert .exp-link a,.s-container .alumni .exp-link a{
  display: inline-block;
}
.s-container .expert .exp-icon,.s-container .alumni .exp-icon{
  display: inline-block;
  max-width: 25px;
}

/*過去の受賞者*/
.s-container .alumnilistbox{
  color: #1a1a1a;
  text-decoration: none;
  transition: all .3s;
  padding: 5px;
  box-sizing: border-box;
}
.s-container .alumnilistbox:hover{
  background-color: #e9e9e9;
}
.s-container .alumni h4{
  display: block;
  padding-left: 10px;
  position: relative;
  text-align: left;
}
.s-container .alumni h4::before{
  content: '';
  width: 5px;
  position: absolute;
  height: 100%;
  left: 0;
  top:0;
  background-color: #1a1a1a;
}
.s-container .alumni .flexbox > img{
  width: 35%;
}.s-container .alumni .flexbox > div{
  width: 58%;
}
.txtlimit{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

/*説明会*/
.briefing-table thead {
  display: block;
  width: 100%;
}
.briefing-table.c-table thead th,.briefing-table.c-table thead th:first-of-type{
  border-bottom: solid 1px #939393;
  background-color: #f5ebde;
  text-align: center;
}
.briefing-table tbody tr td{
  border-right: solid 1px #939393;
}
.briefing-table.c-table thead th:last-of-type,.briefing-table tbody tr td:last-of-type{
  border-right: none;
}
.briefing-table thead tr,.briefing-table tbody tr{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}
.briefing-table thead tr th,.briefing-table tbody tr td{
  padding: 10px;
  box-sizing: border-box;
}
.briefing-table .btn02{
  max-width: 200px;
  margin: 0 auto;
}
.briefing-table tbody tr td a{
	font-size: 17px;
	font-weight: bold;
	color: #F60;
}
.briefing-table tbody tr td a:hover{
	color: #F00;
}


/*地理空間情報の提供・活用例*/
.example #filterBtnList{
  grid-template-columns: 1fr 1fr 1fr;
  gap:3px;
  align-items: stretch;
  font-size: 14px;
  line-height: 1.1;
}
.example #filterBtnList li{
  padding: 15px 10px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 17%;
  border: solid 1px #ccc;
  background-color: #fff;
  text-align: center;
	cursor : pointer;
}
.example #filterBtnList li.is_active{
  background-color: #484848;
  color: #fff;
}
.example .box{
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #9f9f9f;
}
.example .cgz{
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.example .cgz.minkan{
  display: inline-block;
  background-color: #5b7eb7;
}
.example .cgz.dataplatform{
  display: inline-block;
  background-color: #5bb76c;
}
.example .cgz.chihou{
  display: inline-block;
  background-color: #b7815b;
}
.example .cgz.kankocho{
  display: inline-block;
  background-color: #b75b88;
}
.example .cgz.univercity{
  display: inline-block;
  background-color: #979b38;
}
.example #exam-box .onebox{
  grid-template-columns: .75fr 2fr;
  margin-top: 10px;
}
.example #exam-box .onebox .sharebtn{
  width: 30px;
}
.example .youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
	max-width: 600px;
	margin: 10px auto 0;
}
.example .youtube iframe{
	width: 100%;
	height: 100%;
}
.ex-title{
	background: #000;
	color: #FFF;
	padding: 1.0rem;
	margin-bottom: 30px;
}
.ex-caption {
	text-align: center;
}
.ex-caption img{
	width:600px; 
}

/*ノミネート*/
.nomitation {
    display: block;
    border: 1px solid #d6d6d6;
    width: 100%;
    background-color: #fff;
    margin-top: 4rem;
}
.nomitation h3.section{
	background: #e84965;
	color: #FFF;
	padding: 1.5rem;
}
.nomitation h3.business{
	background: #009b7b;
}
.nomitation h3.region{
	background: #459de0ff;
}
.nomitation .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    padding: 0;
}
.nomitation .cont:last-child {
	border-bottom: none;
}
.nomitation .ttl {
    background-color: #f5ebde;
}
.nomitation .theme {
	display: inline-block;
    width: 70%;
    padding: 1.5rem;
    border-right: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.nomitation .theme h3{
	font-size: 1.15em;
}
.nomitation .namebox p{
	font-size: 1.0em;
}
.nomitation .namebox {
	width: 30%;
	padding: 1.5rem;
}
.nomitation .nyusho {
	padding: 10px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: #e84965;
}
.nomitation .business-bmn {
	background: #009b7b;
}
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
/*
#winner .nomitation .theme {
    width: 70%;
}
#winner .nomitation .namebox {
	width: 30%;
}
*/
.nomitation .r-box{
	padding: 10px 1.5rem 15px;
	background: #EEE;
	margin: 0;
	border-top:1px solid #d6d6d6;;
	width: 100%;
	box-sizing: border-box;
}
.nomitation .r-box h4{
	margin: 0 0 5px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝画面幅 960px以下＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:960px) {
  .s-head h2{
    font-size: 28px;
  }
  .s-head{
    padding: 50px 0 16px;
  }
	.s-head2{
		padding: 100px 0 0;
	}

  /*有識者審査員紹介*/
  .s-container .expert .flexbox > img{
    width: 120px;
  }
  .s-container .expert .flexbox > div{
    width: calc(100% - 144px);
  }

}
@media screen and (max-width:520px) {
  .s-container .library {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
  /*募集要項*/
  .grid.colo-2.app-btn{
    grid-template-columns: 1fr;
    gap: 0px;
  }

  /*説明会*/
  .briefing-table.c-table{
    border: none;
  }
  .briefing-table.c-table thead {
    display: none;
  }
  .briefing-table.c-table tbody tr{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #939393;
  }
  .briefing-table.c-table tbody tr td{
    border-right: none;
    border-bottom: solid 1px #939393;
    display: block;
  }
  .briefing-table.c-table tbody tr td:first-child{
    background-color: #f5ebde;
  }
  .briefing-table.c-table tbody tr td:last-child{
    border-bottom: none;
  }
  .briefing-table.c-table tbody tr td::before{
    content: attr(data-label) '：';
    float: left;
    font-weight: bold;
    margin-right: 7px;
  }
  .briefing-table.c-table tbody tr td:last-child::before{
    content: none;

  }
	
	.s-head h3{
		font-size: 18px;
		width: 100%;
		text-align: center;
		padding: 3px 0;
		margin: 0 0 5px;
	}
	.s-head p{
		display: inline-block;
		font-weight: bold;
		font-size: 20px;
		font-family: "Space Grotesk", sans-serif;
		line-height: 1.4;
	}
	.s-head p span{
		font-size: 15px;
	}

  /*過去の受賞者*/
  .alumni .scpd > .flexbox{
    display: block;
  }
  .s-container .expert .flexbox > img, .s-container .alumni .flexbox > img,.s-container .expert .flexbox > div, .s-container .alumni .flexbox > div{
    width: 100%;
  }
	
	.example{
		padding:0;
	}
	.example #exam-box .onebox{
		grid-template-columns: 1fr;
		margin-top: 10px;
		gap: 5px;
	}
	.example #exam-box .onebox .sharebtn{
		width: 30px;
	}
	.ex-caption p{
		text-align: left;
	}
	.ex-caption img{
		width:100%; 
	}
	
	/*ノミネート*/
	.nomitation {
        background-color: transparent;
        border: none;
        margin-top: 3rem;
    }
	.nomitation h3.section{
		padding: 10px;
	}
	
	.nomitation h3.winner-ttl{
		margin-bottom: -1rem
	}
	.nomitation div.winner-box{
		margin-top: -1rem
	}
	.nomitation .cont {
        display: block;
        border: 1px solid #d6d6d6;
        margin: 1rem auto;
	}

	.nomitation .cont:last-child {
		border-bottom: 1px solid #d6d6d6;
	}
	.nomitation .theme {
        display: inline-block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d6d6d6;
		padding: 10px;
		background-color: #f5ebde;
    }
	.nomitation .namebox {
        width: 100%;
        background-color: #fff;
		padding: 10px;
    }
	.nomitation .theme h3{
		font-size: 1.0em;
	}
	.nomitation .theme p{
		font-size: 0.8em;
		margin: 5px 0 0;
	}
	.nomitation .namebox p{
		font-size: 0.8em;
	}
	.nomitation .r-box{
		padding: 10px ;
		font-size: 0.8em;
	}
}