@charset "utf-8";
/*------------------------------------------------------------------------------------------------------

APAC Student Design Competition 2026

------------------------------------------------------------------------------------------------------*/

/* Scroll-top
------------------------------------*/
#page-top {
	position: fixed;
	bottom: 0;
	right: 10px;
	font-size: 12px;
	}
#page-top a {
	background: #000;
  opacity: 0.6;
	text-decoration: none;
	color: #FFF;
	width: 60px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 8px 8px 0 0;
	}
#page-top a:hover {
	text-decoration: none;
	background: #000;
	}


/* 共通
------------------------------------*/
html{
	font-size: 10px;
	}
body{ 
  font-family:'Afk-Element-Reg', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",Verdana, sans-serif;
  font-weight: 400;
  color: #444;
  }
img{
  width: 100%;
  height: 100%;
  }
.fwb{
  font-family: 'Afk-Element-Bold', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",Verdana, sans-serif;
  }
.for-pc{
  display: none;
  }
a{
  color: #0696D7;
  }
a:hover{
  text-decoration: underline;
  }
input[type=text],
textarea{
  font-family:'Afk-Element-Reg', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",Verdana, sans-serif;
  font-weight: 400;
  color: #444;
  }
header{
	background: #000;
	padding: 15px;
	}
header .box-logo{
	width: 140px;
	margin-bottom: 15px;
	}
header h1.box-title{}
.theme{}

footer{
	background: #EEE;
	padding: 15px;
	font-size: 14px;
	}
footer p.official-url{
	margin-bottom: 10px;
	}
footer p.copyright{
	line-height: 1.4;
	}

/* SP 指定
------------------------------------------------------------------------------------------------------------*/
/*テーマ*/
section.theme{
	padding: 15px;
	margin-bottom: 20px;
  }
section.theme p.txt-1{
	padding: 10px;
	background: #000;
	color: #FFF;
  font-size: 2rem;
	font-weight: 700;
	text-align: center;
	}
section.theme .block-1{
	background: #FFFF00;
	padding: 10px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
  }
section.theme p.txt-2{
  font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
	}
section.theme p.txt-2 span{
  font-size: 2.2rem;
	}
section.theme p.txt-3{
  font-size: 1.5rem;
	color: #000;
	font-weight: 400;
	line-height: 1.5;
	}
section.theme p.txt-4{
  font-size: 1.5rem;
	line-height: 1.5;
	color: #F00;
	border: #F00 solid 1px;
	padding: 10px;
	}

/*Regist.aspx*/
.entry-form{
  padding: 0 15px;
  }
.entry-form h2{
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFF;
	background: #000;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	}
.entry-form p.txt-1{
  font-size: 16px;
  color: #FFF;
  background: #D00;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 16px;
  }
.entry-form table.member{
	margin-bottom: 30px;
	}
.entry-form table th{
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-align: left;  
  }
.entry-form table td{
  display: block;
  padding: 3px 0 12px 0;
  }
.entry-form table td input[type=text],
.entry-form table td textarea{
  font-size: 1.7rem;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  border: #CCC solid 1px;
  }
.entry-form table td select{
	font-size: 1.6rem;
	position: relative;
	width: 240px;
	padding: 10px 15px 10px 15px;
	background: #FFF;
  }
.entry-form .wrap-select {
	position: relative;
	border: 1px solid #CCC;
	width: 243px;
  }
.entry-form .wrap-select:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 18px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
  }
.entry-form table.oubo{
	border-top: #CCC solid 1px;
	margin-bottom: 30px;
	}
.entry-form table.oubo .first-th{
	padding-top: 30px;
	}
.entry-form table.oubo td.file-up{
	padding: 10px 0 50px 0;
	}
.entry-form table.oubo input[type=file]{
  font-size: 15px;
	}
#fuUpload::file-selector-button{
	padding: 5px 20px;
	margin-right: 1.5rem;
	}
.entry-form td.sns{}
.entry-form td.sns td{
	font-size: 1.5rem;
	padding: 10px 0 6px 0;
	}
.entry-form table td span.txt-err{
  color: #F00;
  font-size: 14px;
  }
.entry-form label{
  margin-left: 5px;
  }
.entry-form .area-personal-info{
	border: #000 solid 2px;
	border-radius: 16px;
	padding: 20px 15px;
	margin-bottom: 16px;
	}
.entry-form .area-personal-info h3{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 5px;
	}
.entry-form .area-personal-info .block{
  border: #DDD solid 1px;
  padding: 12px 10px;
  height: 200px;
  overflow-y: scroll;
  }
.entry-form .area-personal-info .block ol{
  font-weight: bold;
  list-style: decimal;
  margin-left: 2em;
  }
.entry-form .area-personal-info .block ol li{
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
  }
.entry-form .area-personal-info .block ol li p{
  font-weight: normal;
  }

.entry-form .area-personal-info  input[type=checkbox]{
	color: #666;
	}
.entry-form .area-personal-info .box-check{
	padding: 30px 0 10px 0;
	text-align: center;
	}
.entry-form input[type=checkbox]{
	appearance: auto !important;
	}
.entry-form .area-personal-info .box-check label{
	font-size: 1.5rem;
	border-bottom: #000 solid 1px;
	}
.entry-form .area-overseas-travel{
	border: #000 solid 2px;
	border-radius: 16px;
	padding: 20px 15px;
	margin-bottom: 40px;
	}
.entry-form .area-overseas-travel h3{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 15px;
	}
.entry-form .area-overseas-travel p{
	font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
	}
.entry-form .area-overseas-travel .box-check{
	padding: 30px 0 20px 0;
	text-align: center;
	}
.entry-form .area-overseas-travel .box-check input[type=checkbox]{
	color: #F00;
	}
.entry-form .area-overseas-travel .box-check label{
	font-size: 1.5rem;
	border-bottom: #000 solid 1px;
	}
.entry-form .area-btn{
  text-align: center;
  margin-bottom: 60px;
  }
.entry-form .area-btn input[type=submit]{
  font-size: 16px;
  width: 18em;
  color: #FFF;
  background: #000;
  padding: 16px 0;
  border-radius: 6px;
  }
.entry-form .area-btn input[type=submit]:hover{
  background: #5f60ff;
  }


/*Confirm.aspx*/
.confirm{
  padding: 0 15px;
  }
.confirm h2{
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFF;
	background: #000;
	text-align: center;
	padding: 10px;
	}
.confirm p.txt-1{
  font-size: 16px;
  color: #FFF;
  background: #d74e26;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 16px;
  }
.confirm table{
  margin-bottom: 32px;
  border-top: #CCC solid 1px;
  }
.confirm table th{
  display: block;
  font-size: 1.3rem;
	font-weight: 400;
  background: #F3F3F3;
  text-align: left;
  padding: 6px;
  box-sizing: border-box;
  }
.confirm table td{
  display: block;
	font-size: 1.6rem;
  padding: 8px 0 12px 6px;
  box-sizing: border-box;
  }
.confirm .area-btn{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  }
.confirm .area-btn input:nth-of-type(1){
  font-size: 16px;
  width: 8em;
  color: #FFF;
  background: #888;
  padding: 12px 0;
  border-radius: 6px;
  margin-right: 20px;
  text-align: center;
  }
.confirm .area-btn input:nth-of-type(2){
  font-size: 16px;
  width: 14em;
  color: #FFF;
  background: #000;
  padding: 12px 0;
  border-radius: 6px;
  text-align: center;
  }
.confirm .area-btn input:nth-of-type(1):hover{
  background: #5f60ff;
  }
.confirm .area-btn input:nth-of-type(2):hover{
  background: #5f60ff;
  }
.confirm .area-btn p{
	width: 25%;
	}

/*Thanks.aspx*/
.thanks{
  padding: 15px;
  margin-bottom: 30px;
  }
.thanks h1{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #FFF;
	background: #000;
	text-align: center;
	padding: 20px;
	margin-bottom: 40px;
	}
.thanks p.txt-1{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
  }
.thanks .contact{
	border: #666 solid 1px;
	padding: 15px;
	margin-bottom: 40px;
	}
.thanks .contact h2{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 6px;
	}
.thanks .contact p.txt-2{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 16px;
  }
.thanks .contact a{
	font-size: 1.6rem;
	text-decoration: underline;
	}
.thanks a.link-home{
	font-size: 1.6rem;
	color: #FFF;
	background: #000;
	padding: 12px 0;
	border-radius: 5px;
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	}

/*Err.aspx*/
/*Err.aspx*/
.err{
	padding: 40px 20px;
  margin: 0 auto;
  }

.err p.txt-1{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  color: #F00;
  margin-bottom: 60px;
  }
.err p.txt-2{
  font-size: 1.6rem;
  line-height: 1.8;
	margin-bottom: 1.5rem;
  }
.err ul.cause{
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 60px;
  }
.err ul.cause li{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 12px;
  }





/* ----------------------------------------------------------------------------------------------------------

PC 指定

------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:767px) {
.for-sp{
  display: none;
  }
header{}
header .area-title{
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	}
header .area-title .box-logo{
	margin: 0;
	}
header .area-title .box-title{
	width: 450px;
	height: auto;
	}
footer{
	text-align: center;
	padding: 20px 0;
	}
footer p.official-url{
	font-size: 1.3rem;
	margin-bottom: 10px;
	}
footer p.copyright{
	font-size: 1.2rem;
	line-height: 1.4;
	}

/*テーマ*/
section.theme{
	max-width: 960px;
	padding: 0;
	margin: 40px auto 60px auto;
  }
section.theme p.txt-1{
	padding: 20px 0;
  font-size: 3.6rem;
	}
section.theme .block-1{
	background: #FFFF00;
	padding: 15px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
  }
section.theme p.txt-2{
  font-size: 2rem;
	}
section.theme p.txt-2 span{
  font-size: 3.2rem;
	}
section.theme p.txt-3{
  font-size: 1.8rem;
	}
section.theme p.txt-4{
  text-align: center;
	}

/*regist.aspx*/
.entry-form{
  padding: 0;
  width: 960px;
  margin: 0 auto;
  }
.entry-form table{
  width: 880px;
  margin: 0 auto;
}
.entry-form table th{
  display: table-cell;
  font-size: 15px;
  width: 320px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: right;
  padding-right: 20px;
  }
.entry-form table td{
  display: table-cell;
  padding: 16px 0;
  width: 560px;
  box-sizing: border-box;
  vertical-align: middle;
  }
.entry-form table td input[type=text],
.entry-form table td textarea{
  font-size: 14px;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  }
.entry-form table td textarea{
  height: 120px;
  line-height: 1.5;
  }
.entry-form table td input[type=file]{
  font-size: 16px;
  }
.entry-form table td input#fuUpload{
  font-size: 16px;
  }
.entry-form table td table{
  width: 560px;
  }
.entry-form table td table#rdoDisp{
  width: 250px;
  margin: 0 0 6px 0;
  }
.entry-form table td table td{
  padding: 5px 0;
  }
.entry-form table td span.txt-err{
  color: #F00;
  font-size: 14px;
  }
.entry-form input[type=submit]{
  font-size: 16px;
  width: 18em;
  }
.entry-form table.oubo .first-th{
	padding-top: 0;
	}
.entry-form table.oubo td.file-up{
	padding: 20px 0;
	}
.entry-form .area-personal-info{
  padding: 30px;
	}
.entry-form .area-personal-info .block{
  height: 250px;
  }
.entry-form .area-personal-info h3,
.entry-form .area-overseas-travel h3{
	font-size: 2rem;
	text-align: center;
	padding: 15px 0;
	}
.entry-form .area-overseas-travel{
	padding: 30px;
	}
.entry-form .area-btn{
  text-align: center;
  margin-bottom: 30px;
  }
.entry-form .area-btn{
  margin-bottom: 50px;
  }

/*Confirm.aspx*/
.confirm{
  padding: 0;
  width: 960px;
  margin: 0 auto 50px auto;
  }
.confirm p.txt-1{
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 16px;
  }
.confirm table{
  border-top: #CCC solid 1px;
  width: 960px;
  margin: 0 auto 32px auto;
  }
.confirm table th{
  display: table-cell;
  font-size: 13px;
  color: #666;
  background: #F3F3F3;
  text-align: left;
  padding: 16px;
  border-bottom: #CCC solid 1px;
  box-sizing: border-box;
  width: 300px;
  }
.confirm table td{
  display: table-cell;
  padding: 16px;
  border-bottom: #CCC solid 1px;
  box-sizing: border-box;
  }
.confirm .area-btn{
  text-align: center;
  }
.confirm .area-btn input:nth-of-type(1){
  font-size: 16px;
  width: 8em;
  height: 2.4em;
  }
.confirm .area-btn input:nth-of-type(2){
  font-size: 16px;
  width: 24em;
  height: 2.4em;
  }

/*Thanks.aspx*/
.thanks{
  max-width: 800px;
	padding: 0;
  margin: 50px auto;
  }
.thanks h1{
	font-size: 2.5rem;
	}
.thanks p.txt-1{
  max-width: 700px;
	font-size: 1.6rem;
  line-height: 2;
  margin: 0 auto 50px auto;
  }
.thanks .contact{
	max-width: 700px;
	padding: 25px;
	margin: 0 auto 80px auto;
	}
.thanks .contact h2{
	margin-bottom: 12px;
	}


/*Err.aspx*/
.err{
  max-width: 550px;
	min-height: 600px;
	padding: 100px 0 50px 0;
  margin: 0 auto;
  }

.err p.txt-1{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  color: #F00;
  margin-bottom: 60px;
  }
.err p.txt-2{
  font-size: 1.6rem;
  line-height: 1.8;
	margin-bottom: 1.5rem;
  }
.err ul.cause{
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 60px;
  }
.err ul.cause li{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 12px;
  }



}
