@charset "utf-8";
/*------------------------------------------------------------------------------------------------------

APAC 学生デザインコンテスト 2026

------------------------------------------------------------------------------------------------------*/

/*header nav ul{
  width: 750px;
  display: flex;
  }*/

/*header google */
header .area-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*メインタイトル*/
#main-title .wrap{
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
}
#main-title .wrap img.img-main{
  position: absolute;
  display: block;
  width: auto;
  height: calc(100vh - 60px);
  left: 50%;
  transform: translatex(-50%);
}


#main-title .wrap .box-title{
  max-width: 280px;/*308px*/
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(0,0,0,0.80);
  border-radius: 15px;
  position: absolute;
  height: calc(85vh - 270px);
  top: 25%;
  left: 50%;
  transform: translate(-50%,-25%);
}
#main-title .wrap .box-title .title-en{
  font-size: clamp(16px, 5.6vw, 28px);/*28px*//*幅500pxをbaseに*//*500/28 100/x*/
  color: #FFFF00;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
#main-title .wrap .box-title h1{
  font-size: clamp(16px, 8vw, 40px);/*40px*//*幅500pxをbaseに*//*幅500pxをbaseに*//*500/40 100/x*/
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
#main-title .wrap .box-title .title-date{
  border-top: solid #FFFF00 1px;
  font-size: clamp(16px, 4vw, 20px);/*20px*//*幅500pxをbaseに*//*500/20 100/x*/
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}


/*#main-title .wrap img.img-title{
  position: absolute;
  width: auto;
  height: calc(85vh - 270px);
  top: 25%;
  left: 50%;
  transform: translate(-50%,-25%);
  padding: 0 10px;
}*/
#main-title .wrap p.title-txt-1{
  position: absolute;
  bottom: 0;
  background: #000;
  font-size: 37px;
  color: #FFFF00;
  font-weight: 500;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

/*リード*/
p.txt-lead{
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  }
.box-contest-theme{
  background: #000;
  box-sizing: border-box;
  padding: 30px;
  max-width: 820px;
  margin: 0 15px 40px 15px;
	color: #FFF;
}
.box-contest-theme p.txt-1{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 15px;
}
.box-contest-theme p.txt-1 span.strong{
  font-size: 34px;
	color: #FF0;
}
.box-contest-theme p.txt-2{
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}
.box-contest-theme p.txt-2 span{
	color: #FF0;
}


/*共通構造指定*/
.area-typeA{
  padding: 0 15px;
  margin-bottom: 30px;
  }
.area-typeA h3{
  font-size: 18px;
  color: #FFF;
  background: #000;
  padding: 1em 0;
  margin-bottom: 6px;
  text-align: center;
  }
.area-typeA .container{}

/*コンテスト概要*/
#outline .container p{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 1em;
  }
#outline .container table{
  border-top: #CCC solid 1px;
  }
#outline .container table th{
  font-size: 16px;
  font-weight: bold;
  width: 6em;
  border-bottom: #CCC solid 1px;
  padding: 8px;
  vertical-align: middle;
  }
#outline .container table td.txt-date{
  font-size: 24px;
  }
#outline .container table td{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: #CCC solid 1px;
  padding: 6px 0;
  }
#outline .container table td ul{
  list-style: disc;
  margin-left: 1em;
  }
#outline .container table td ul li{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  }
#outline .container table td ul li span{
  font-size: 80%;
  display: block;
  }
#outline .container table td ul li:nth-last-child(1){
  margin-bottom: 0;
  }

/*入賞*/
#prize .container {}
#prize .container .block .box-award{
  border-left: solid #FFD500 5px;
  box-sizing: border-box;
  padding: 5px 5px 0 15px;
}
#prize .container .block .box-award h4{
  font-size: 18px;
  font-weight: bold;
  }
#prize .container .block .box-award p{
  font-size: 24px;
  font-weight: bold;
}
#prize .container .txt-annotation{
  font-size: 12px;
}
#prize .container p{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 6px;
  }
#prize .container .block{
  margin-bottom: 15px;
  }
#prize .container img{
  width: 100%;
  height: auto;
  }

/*応募方法*/
#application .container p.txt-1{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  }
#application .container p.txt-2{
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 8px;
  }
#application .container p.txt-annotation{
  font-size: 15px;
  margin-bottom: 40px;
}
#application .container a.btn{
  font-size: 18px;
  display: block;
  color: #FFF;
  background: #000;
  border-radius: 5px;
  width: 100%;
  padding: 1em;
  margin-bottom: 16px;
  position: relative;
  }
#application .container a.btn::before,#application .container a.btn::after{
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
  }
  #application .container a.btn::before{
    transform: rotate(45deg);
  }
  #application .container a.btn::after{
    transform: rotate(-45deg);
  }

/*応募に際してのご注意*/
#applying-notes .container p{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  }
#applying-notes .container ul{
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 12px;
  }
#applying-notes .container ul li{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  }
#applying-notes .container ul li:nth-last-child(1){
  margin-bottom: 0;
  }
#applying-notes .container a{
  color: #0697D7;
  }
#applying-notes .container a:hover{
  color: #000;
  text-decoration: underline;
  }

/*海外渡航に関する特記事項*/
#special-notes .container p{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  }
#special-notes .container p span{
  font-weight: bold;
}

/*決勝ラウンドについて*/
#final-round .container p{
  font-size: 15px;
  line-height: 2.3;
  }

/*主催*/
#organizer .container .box{
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
  }
#organizer .container .box img{
  max-width: 270px;
  margin-bottom: 20px
  }
#organizer .container .box p{
  font-size: 18px;
  font-weight: bold;
}
#organizer .container{}

/*お問い合わせ*/
#contact{}
#contact .container p.txt-1{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#contact .container p.txt-2{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
#contact .container a.btn{
  font-size: 18px;
  display: block;
  color: #FFF;
  background: #000;
  border-radius: 5px;
  width: 100%;
  padding: 1em;
  margin-bottom: 16px;
  position: relative;
  }
#contact .container a.btn::before,#contact .container a.btn::after{
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
  }
#contact .container a.btn::before{
    transform: rotate(45deg);
  }
#contact .container a.btn::after{
    transform: rotate(-45deg);
  }

