@charset "utf-8";
/*------------------------------------------------------------------------------------------------------

  Fuson 360 学生デザインコンテスト

------------------------------------------------------------------------------------------------------*/

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;
  }
.pc{
  display: none;
  }
  
/* Header
----------------*/
header {
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  }
header .box-logo{
  width: 140px;
  height: auto;
}

/* Footer
----------------*/
footer{}
footer .wrap-sns{
  background: #444;
  padding: 15px 0;
  }
footer .wrap-sns p{
  font-size: 15px;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
  }
footer .wrap-sns ul{
  display: flex;
  justify-content: center;
  }
footer .wrap-sns ul li{
  margin: 0 8px;
  }
footer .wrap-sns img{
  width: 50px;
  height: auto;
  }
footer .wrap-sns img:hover{
  opacity: 0.7;
  }
footer .wrap-relatedlinks{
  padding:15px 15px 7px 15px;
  background:#F6F5F2;
  border-top:#FFF solid 1px;
  border-bottom:#DADADA solid 1px;
  }
footer .wrap-relatedlinks ul{
  margin-left: 0;  
  }
footer .wrap-relatedlinks ul li{
  font-size: 15px;
  margin-bottom: 8px;
  }
footer .wrap-relatedlinks ul li a{
  color: #444;
  }
footer .wrap-relatedlinks ul li a:hover{
  text-decoration: underline;
  }
footer .wrap-relatedlinks ul li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #666;
  margin-right: 5px;
  }
footer .wrap-copyright{
  font-size:12px; 
  line-height:1.5; 
  text-align:center; 
  padding:15px; 
  border-top:#FFF solid 1px; 
  background:#EDEDE9;
  }
footer .wrap-copyright a{
  color: #444;
  }
footer .wrap-copyright a:hover{
  text-decoration: underline;
  }
  
  
 /* Home
-------------------------------------------------------------------------*/ 
 .area-title{
  width: 100%;
  margin: 0 auto 50px auto;
  }
.area-title .block-h1{
  width: 100%;
  height: 60px;
  background: url("../images/sec-title-bg-img.png") right;
  background-size: cover;
  }
.area-title .block-h1 h1{
  width: 100%;
  height: 60px;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  background: url("../images/sec-title-bg-color.png") no-repeat;
  text-align: center;
  }
.area-title .block-h1 h1 img{
  width: 90%;
  height: auto;
  } 

.area-title .block-1{
  width: 100%;
  height: 160px;
  background: url("../images/main-img.png") no-repeat;
  position: relative;
  background-size: cover;
  }
.area-title .block-1 .box{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  }
.area-title .block-1 .box p{
  font-size: 15px;
  line-height: 1.4;
  color: #FFF;
  }
.area-title ul.menu{
  display: none;
  }
  
 .home{
  width: 94%;
  margin: 0 auto;
  }
.home p.lead{
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 32px;
  }
.home h2{
  font-size: 15px;
  color: #FFF;
  text-align: center;
  background: #000;
  padding: 4px 0;
  margin-bottom: 12px;
  }
.home strong{
  font-weight: 700;
  }
.home section{
  margin-bottom: 48px;
  }
.home section p.txt-1{
  font-size: 14px;
  line-height: 1.5;
  }

.home .outline p.txt-1{
  margin-bottom: 14px;
  }
.home .outline dl{
  font-size: 14px;
  line-height: 1.5;
  }
.home .outline dl dt{
  }
.home .outline dl dd{
  }
  
.home .prize .block-in img{
  width: 80%;
  height: auti;
  margin: 12px auto;
  } 
  
.home .judging{}
.home .judging ul{
  list-style: disc;
  margin: 8px 0 0 1.2em;
  }
.home .judging ul li{
  font-size: 14px;
  margin-bottom: 8px;
  } 

.home .movie{
  width: 100%;
  text-align: center;
  }
.home .movie iframe{
  width: 320px;
  height: 180px;
  margin: 0 auto;
  text-align: center;
}

.home .app-method{}
.home .app-method p.txt-1{
  text-align: center;
  margin-bottom: 24px;
  }
.home .app-method p.btn-entry{
  text-align: center;
  margin-bottom: 48px;
  }
.home .app-method p.btn-entry a,
.home .app-method p.btn-entry span{
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 24px 0;
  color: #FFF;
  background: #0696D7;
  margin: 0 auto 24px auto;
  }
.home .app-method ul{
  list-style: disc;
  margin: 8px 0 0 1.2em;
  }
.home .app-method ul li{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
  } 
  
.home .organizer{
  text-align: center;
  }
  
 .home .contact p.txt-1{
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  } 
  
  
  /* コンテスト結果
-------------------------------------------------------------------------*/
.result{}
.result .area-title{
  width: 100%;
  padding-top: 20px;
  }
.result .area-title .block{
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  }
.result .area-title p{
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding: 0 15px;
  }

/*contest-01 タイトル部分指定*/
.result.contest-01 .area-title{
  background: url("../contest-01/images/sky.png") no-repeat;
  background-size: cover;
  }
.result.contest-01 .area-title .block .box-1{
  }
.result.contest-01 .area-title .block .box-2{
  display: none;
  }

/*contest-02 タイトル部分指定*/
.result.contest-02 .area-title{
  background: url("../contest-02/images/sky.png") no-repeat;
  background-size: cover;
  }
.result.contest-02 .area-title .block .box-1{
  }
.result.contest-02 .area-title .block .box-2{
  display: none;
  }

/*contest-03 タイトル部分指定*/
.result.contest-03 .area-title{
  background: url("../contest-03/images/sky.png") no-repeat;
  background-size: cover;
  }
.result.contest-03 .area-title .block .box-1{
  }
.result.contest-03 .area-title .block .box-2{
  display: none;
  }

/*contest-04 タイトル部分指定*/
.result.contest-04 .area-title{
  background: url("../contest-04/images/sky.png") no-repeat;
  background-size: cover;
  }
.result.contest-04 .area-title .block .box-1{
  }
.result.contest-04 .area-title .block .box-2{
  display: none;
  }


 .result .container-work{
  border-bottom: #EEE solid 1px;
  padding-bottom: 30px;
  margin: 0 auto 30px auto;
  }
.result .container-work .block-img{
  }
.result .container-work .block-txt{
  padding: 15px;
  }
.result .container-work .block-txt .box-1{

  }
.result .container-work .block-txt .box-1 p{
  box-sizing: border-box;
  padding: 8px 0;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  background-color: #067CD7;
  }
.result .container-work .block-txt .box-1 p.spl{
  background-color: #C1272D
  }
.result .container-work .block-txt .box-2{
  box-sizing: border-box;
  }
.result .container-work .block-txt .box-2 p.txt-title{
  font-size: 22px;
  margin-bottom: 10px;
  }
.result .container-work .block-txt .box-2 p.txt-name{
  font-size: 18px;
  margin-bottom: 10px;
  }
.result .container-work .block-txt .box-2 p.txt-comment{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
  }
.result .container-work .block-txt .box-2 p.txt-prize{
  font-size: 15px;
  font-weight: bold;
  background: #F3F3F3;
  padding: 15px 15px;
  }

.result .container-movie{
  width: 100%;
  height: auto;
  margin: 0 auto 50px auto;
  text-align: center;
  }
.result .container-movie iframe{
  width: 360px;
  height: 202px;
  margin: 0 auto;
  text-align: center;
  }


.result .container-endtxt{
  margin: 0 auto 80px auto;
  }
.result .container-endtxt p{
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  } 
  
  
  
  
  
  
  