@charset "utf-8";
/*------------------------------------------------------------------------------------------------------

Fusion 360 学生デザインコンテスト 2023 Champions League

------------------------------------------------------------------------------------------------------*/

header nav ul{
  width: 1070px;/*750px*/
  display: flex;
  }

/*Area Visual*/
.area-visual{
  height: 150px;
  background: url("/fusion360-contest-2022/img_champions/hero-bg.png");
  background-repeat: repeat;
  }
.area-visual .container{
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 34px;
  box-sizing: border-box;
  }
.area-visual .container img{
  width: 320px;
  height: auto;
  }
.area-visual .container .block{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px 15px 15px 15px;
  background: #000;
  }
.area-visual .container .block h2{
  font-size: 18px;
  color: #FFF;
  margin-bottom: 4px;
  }
.area-visual .container .block h2 span{
  font-size: 30px;
  color: #FFF;
  display: block;
  padding-top: 3px;
  }
.area-visual .container .block p{
  font-size: 14px;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 15px;
  }
.area-visual .container .block a{
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #FFF;
  border-radius: 5px;
  }

/*キャッチ*/
p.txt-catch{
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #FFF;
  background: #666;
  padding: 10px 15px;
  }
/*リード*/
p.txt-lead{
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  }

/*今月のチャンピオンバトル4月告知*/
p.btn-00{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: block;
  color: #FFF;
  background: #000;
  border-radius: 5px;
  width: 90%;
  padding: 1em 0;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  position: relative;
  }

/*今月のチャンピオンバトル*/
a.btn-01{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: block;
  color: #FFF;
  background: #5F60FF;
  border-radius: 5px;
  width: 90%;
  padding: 1em 0;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  position: relative;
  }
a.btn-01::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 36px;
  right: 15px;
  }


/*Champions List*/
.area-champions-list{
  background: #222;
  margin-bottom: 20px;
  }
.area-champions-list h2{
  font-size: 20px;
  color: #FFF;
  text-align: center;
  padding: 20px 0 0 0;
  }
.area-champions-list .container{
  padding: 15px;
  }
.area-champions-list .block-champion{
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding: 6px;
  }
.area-champions-list .box-icon{
  margin-right: 10px;
  }
.area-champions-list .box-icon img{
  width: 70px;
  height: 70px;
  border-radius: 35px;
  object-fit: cover;
  }
.area-champions-list p.name{
  font-size: 18px;
  font-weight: bold;
  }
.area-champions-list p.name span{
  font-size: 13px;
  display: block;
  padding-top: 2px;
  }
.area-champions-list p.point,.area-champions-list p.point-2{
  font-size: 32px;
  width: 60px;
  text-align: center;
  margin-left: auto;
  padding-bottom: 10px;
  position: relative;
  }
.area-champions-list p.point::after,.area-champions-list p.point-2::after{
  content: "Point";
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 0;
  }


/*共通構造指定*/
.area-typeA{
  padding: 0 15px;
  margin-bottom: 30px;
  }
.area-typeA h3{
  font-size: 15px;
  color: #FFF;
  background: #000;
  padding: 4px 0 4px 12px;
  margin-bottom: 6px;
  }
.area-typeA .container{}


/*作品提出について*/
#submission .container p.txt-1{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
  }
#submission .container p.txt-1 span{
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  display: block;
  padding-top: 3px;
  }
#submission .container ul{
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 12px;
  }
#submission .container ul li{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  }
#submission .container ul li:nth-last-child(1){
  margin-bottom: 0;
  }

/*採点について*/
#scoring table{
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 3px;
  }
#scoring table th{
  background: #555;
  color: #FFF;
  text-align: center;
  padding: 2px 0;
  }
#scoring table th.cel-1{
  width: 46%;
  }
#scoring table th.cel-2,
#scoring table th.cel-3,
#scoring table th.cel-4{
  width: 18%;
  }
#scoring table td{
  padding: 5px 2px;
  vertical-align: middle;
  border: #AAA solid 1px;
  height: 70px;
  }
#scoring table td.cel-2,
#scoring table td.cel-3,
#scoring table td.cel-4{
  text-align: center;
  }
#scoring p.txt-1{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 4px;
  }
#scoring p.txt-2{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 8px;
  }
#scoring p.txt-2 a{
  text-decoration: underline;
  color: #5F60FF;
  display: block;
  }
#scoring p.kome{
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 15px;
  }
  
/*応募方法*/
#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 a.btn{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #FFF;
  background: #5F60FF;
  border-radius: 5px;
  width: 100%;
  padding: 1em 0;
  margin-bottom: 16px;
  }
#application .container ul{
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 12px;
  }
#application .container ul li{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  }
#application .container ul li:nth-last-child(1){
  margin-bottom: 0;
  }
#application .container ul li a{
  color: #0696D7;
  }
#application .container ul li a:hover{
  color: #000;
  text-decoration: underline;
  }


/*Champions League 概要*/
#champion .container p{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
  }
#champion .container ul{
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 12px;
  }
#champion .container ul li{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  }
#champion .container ul li:nth-last-child(1){
  margin-bottom: 0;
  }
#champion .container .block{}
#champion .container .block .box{
  background: #F3F3F3;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 12px;
  margin-bottom: 12px;
  }
#champion .container .block .box p{
  font-size: 17px;
  }
#champion .container .block .box img{
  width: 100%;
  height: auto;
  }
p.txt-disclaimer{
  font-size: 11px !important;
  line-height: 1.3;
  color: #D00;
  border: #C00 solid 1px;
  padding: 3px;
  }


/*コンテスト結果*/
#lastresult .container{
  overflow-x: scroll;
  }

#lastresult table{
  width: 700px;
  font-size: 14px;
  }
#lastresult table th{
  font-size: 13px;
  background: #EEE;
  text-align: center;
  padding: 3px 0;
  border-top: #DDD solid 1px;
  border-right: #DDD solid 1px;
  border-left: #DDD solid 1px;
  }
#lastresult table td{
  padding: 5px;
  border: #DDD solid 1px;
  text-align: center;
  }
#lastresult table td.name{
  text-align: left;
  }
#lastresult table th.cel-1{
  width: 200px;
  }
#lastresult table th.cel-2,
#lastresult table th.cel-3,
#lastresult table th.cel-4,
#lastresult table th.cel-5,
#lastresult table th.cel-6,
#lastresult table th.cel-7,
#lastresult table th.cel-8,
#lastresult table th.cel-9,
#lastresult table th.cel-10{
  width: 80px;
  }

/*過去の Champions League*/
#past-league .container ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
#past-league .container ul li{
  font-size: 15px;
  width: 48%;
  margin-bottom: 6px;
  }
#past-league .container ul li a{
  display: block;
  color: #FFF;
  background: #000;
  padding: 8px 0 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  }
#past-league .container ul li span{
  display: block;
  color: #FFF;
  background: #CCC;
  padding: 8px 0 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  }
#past-league .container p a{
  display: block;
  color: #FFF;
  background: #000;
  padding: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  }


/*主催*/
#organizer .container .box{
  width: 270px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
  }
#organizer .container .box img{
  margin-bottom: 10px
  }
#organizer .container{}


/*お問い合わせ*/
#contact{}




/*=====================================================================================================

 for PC

=====================================================================================================*/
@media screen and (min-width:767px) {
.for-sp{
  display: none;
  }
.for-pc{
  display: block;
  }

header nav ul{
  width: 100%;
  display: flex;
  }
  
/*Area Visual*/
.area-visual{
  height: 340px;
  }
.area-visual .container{
  width: 1200px;
  margin: 0 auto;
  padding-top: 75px;
  }
.area-visual .container{
  padding-top: 80px;
  }
.area-visual .container img{
  width: 700px;
  height: auto;
  }

/*キャッチ*/
p.txt-catch{
  font-size: 24px;
  line-height: 1;
  padding: 10px 0;
  }
/*リード*/
p.txt-lead{
  font-size: 16px;
  line-height: 1.8;
  padding: 50px 0;
  text-align: center;
  }
/*今月のチャンピオンバトル4月告知*/
p.btn-00{
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  width: 500px;
  padding: 1em 0;
  margin-bottom: 50px;
  }


/*今月のチャンピオンバトル*/
a.btn-01{
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  width: 500px;
  padding: 1em 0;
  margin-bottom: 50px;
  }
a.btn-01:hover{
  background: #d74e26;
  }

/*Champions List*/
.area-champions-list{
  margin-bottom: 40px;
  }
.area-champions-list h2{
  font-size: 30px;
  padding: 30px 0 50px 0;
  }
.area-champions-list .container{
  padding: 0 0 25px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
.area-champions-list .block-champion{
  width: 200px;
  height: 210px;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  padding: 0;
  text-align: center;
  margin: 0 10px 40px 10px;
  position: relative;
  }
.area-champions-list .box-icon{
  margin-right: 0;
  margin-top: -15px;
  }
.area-champions-list .box-icon img{
  width: 110px;
  height: 110px;
  border-radius: 55px;
  object-fit: cover;
  }
.area-champions-list p.name{
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 0 0;
  height: 70px;
  }
.area-champions-list p.name span{
  font-size: 12px;
  display: block;
  padding-top: 2px;
  }
.area-champions-list p.point,.area-champions-list p.point-2{
  font-size: 32px;
  width: 100%;
  text-align: center;
  margin-left: 0;
  padding: 6px 0;
  position: relative;
  background: #FFFAB7;
  border-radius: 0 0 8px 8px;
  }
.area-champions-list p.point::after{
  content: "Point";
  font-size: 13px;
  position: absolute;
  right: 40px;
  bottom: 14px;
  }
  .area-champions-list p.point-2::after{
  content: "Point";
  font-size: 13px;
  position: absolute;
  right: 30px;
  bottom: 14px;
  }

/*共通構造指定*/
.area-typeA{
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  }
.area-typeA h3{
  font-size: 20px;
  color: #000;
  background: none;
  padding: 50px 0 0 0;
  margin-bottom: 0;
  width: 282px;
  text-align: center;
  border-top: #000 solid 3px;
  }
.area-typeA .container{
  width: 918px;
  box-sizing: border-box;
  padding: 40px 0 40px 24px;
  border-top: #333 solid 1px;
  }

/*作品提出について*/
#submission .container p.txt-1{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 18px;
  }
#submission .container p.txt-1 span{
  font-size: 14px;
  display: inline;
  padding: 0 0 0 20px;
  }
#submission .container ul li{
  font-size: 14px;
  }
#submission .container ul li:nth-last-child(1){
  margin-bottom: 0;
  }


/*採点について*/
#scoring table{
  font-size: 15px;
  margin-bottom: 8px;
  }
#scoring table th{
  background: none;
  color: #000;
  border-bottom: #CCC solid 1px;
  }
#scoring table th.cel-1{
  width: 55%;
  }
#scoring table th.cel-2,
#scoring table th.cel-3,
#scoring table th.cel-4{
  width: 15%;
  }
#scoring table td{
  padding: 8px;
  vertical-align: middle;
  border: none;
  height: 16px;
  border-bottom: #CCC solid 1px;
  }
#scoring table td.cel-2,
#scoring table td.cel-3,
#scoring table td.cel-4{
  text-align: center;
  }

#scoring p.txt-1{
  font-size: 18px;
  line-height: 1;
  }
#scoring p.txt-2{
  font-size: 15px;
  line-height: 1.8;
  }
#scoring p.txt-2 a{
  text-decoration: underline;
  color: #5F60FF;
  display: inline;
  }
#scoring p.kome{
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 8px;
  }

/*Champions League*/
#champion .container p{
  line-height: 1.8;
  margin-bottom: 18px;
  }
#champion .container ul{
  margin-left: 1.3em;
  margin-bottom: 14px;
  }
#champion .container ul li{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  }
#champion .container .block{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
  }
#champion .container .block .box{
  width: 49%;
  background: #F3F3F3;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px 20px 20px 20px;
  }
#champion .container .block .box p{
  font-size: 20px;
  }
#champion .container p.txt-disclaimer{
  font-size: 12px !important;
  text-align: center;
  padding: 5px;
  }

/*応募方法*/
#application .container p.txt-1{
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
  }
#application .container p.txt-2{
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 8px;
  }
#application .container a.btn{
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  width: 60%;
  padding: 1em 0;
  margin-bottom: 30px;
  }
#application .container a.btn:hover{
  background: #d74e26;
  }
#application .container ul{
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 12px;
  }
#application .container ul li{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  }
#application .container ul li:nth-last-child(1){
  margin-bottom: 0;
  }


/*コンテスト結果*/
#lastresult .container{
  overflow-x: hidden;
  }
#lastresult table{
  width: 880px;
  font-size: 14px;
  }
#lastresult table th{
  font-size: 13px;
  background: #EEE;
  text-align: center;
  padding: 3px 0;
  border-top: #DDD solid 1px;
  border-right: #DDD solid 1px;
  border-left: #DDD solid 1px;
  }
#lastresult table td{
  padding: 8px;
  border: #DDD solid 1px;
  }
#lastresult table th.cel-1{
  width: 200px;
  }
#lastresult table th.cel-2,
#lastresult table th.cel-3,
#lastresult table th.cel-4,
#lastresult table th.cel-5,
#lastresult table th.cel-6,
#lastresult table th.cel-7,
#lastresult table th.cel-8,
#lastresult table th.cel-9,
#lastresult table th.cel-10{
  width: 80px;
  }

/*過去の Champions League*/
#past-league .container ul li{
  font-size: 16px;
  width: 24%;
  margin-bottom: 14px;
  }
#past-league .container ul li a{
  display: block;
  color: #FFF;
  background: #000;
  padding: 10px 0 10px 50px;
  }
#past-league .container ul li span{
  background: #DDD;
  padding: 10px 0 10px 50px;
  }
#past-league .container ul li a:hover,
  #past-league .container p a:hover{
  background: #5F60FF;
  } 
#past-league .container p a{
  width: 50%;
  padding: 10px 0;
  }
  
  
  
  
  
  
  
/*主催*/
#organizer .container{
  padding-bottom: 60px;
}
#organizer .container .box{
  width: 100%;
  text-align: left;
  margin: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  }
#organizer .container .box img{
  width: 240px;
  margin: 0 50px 0 0;
  }

/*お問い合わせ*/
#contact .container{
  padding-bottom: 80px;
  }
#contact .container p{
  font-size: 16px;
  line-height: 1.8;
  }
#contact .container a:hover{
  text-decoration: underline;
  }

}
