@charset "utf-8";
/*------------------------------------------------------------------------------------------------------

Fuson 360 学生デザインコンテスト 2021

------------------------------------------------------------------------------------------------------*/

/* 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;
	}


/* 共通
------------------------------------*/
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;
  }

/* SP 指定
------------------------------------------------------------------------------------------------------------*/
header{}
header .block-logo{
  padding: 15px;
  }
header .box-logo{
  width: 150px;
  height: auto;
  margin-bottom: 10px;
  }
header .box-title{
  width: 100%;
  height: auto;
  }
/*メニュー*/
header ul.naver{}
header ul.naver li{
  font-size: 18px;
  padding: 12px;
  border-bottom: #FFF solid 1px;
  background: #666;
  }
header ul.naver li a{
  color: #FFF;
  }
/*Footer*/
footer{
  background: #F5F5F5;
  margin-top: 30px;
  }
footer a{
  color: #666;
  }
footer a:hover{
  color: #0696D7;
  text-decoration: underline;
  }
footer .wrap-footer{
  padding: 15px;
  }
footer .wrap-footer ul.related-link{}
footer .wrap-footer ul.related-link li{
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 1em;
  }
footer .wrap-footer ul.related-link li::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0696D7;
  margin: 0 5px 1px 0;
  }
footer .wrap-footer .box-3ddm{
  width: 80%;
  margin: 24px 10% 0 10%;
  }
footer .wrap-footer .box-3ddm .box-logo{
  margin-bottom: 10px;
  }
footer .wrap-footer .box-3ddm ul.sns{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  } 
footer .wrap-footer .box-3ddm ul.sns li{
  width: 40px;
  height: 40px;
  margin: 0 10px;
  }
footer .box-copyright{
  font-size: 12px;
  line-height: 1.4;
  padding: 15px;
  }



/* Home
------------------------------------*/
.home .area-maintitle{
  }
.home .area-maintitle .block-coverimg{
  width: 100%;
  height: 250px;
  background-image: url("../images/contest-13_Main.jpg");/*月ごと*/
  background-position: center bottom;
  background-size: cover;
  position: relative;
  }
.home .area-maintitle .block-coverimg .box-txt{
  width: 100%;
  background-color: rgba(212,20,90,0.9);/*月ごと*/
  color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  }
.home .area-maintitle .block-coverimg .box-txt p.txt-1{
  font-size: 18px;
  margin-bottom: 5px;
  }
.home .area-maintitle .block-coverimg .box-txt p.txt-2{
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 12px;
  }
.home .area-maintitle .block-coverimg .box-txt p.txt-3{
  font-size: 15px;
  }
.home .area-maintitle p.result-link{
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
  background: #000;/*月ごと*/
  padding: 15px;
  }
.home .area-maintitle p.result-link a{
  color: #FFF;
  }
.home .block-lead{
  padding: 15px;
  box-sizing: border-box;
  }
.home .block-lead p{
  font-size: 16px;
  line-height: 1.8;
  }
.home .block-lead .box{
  width: 90%;
  height: auto;
  margin: 0 auto;
  }

/*コンテンツエリア共通*/
.home .wrap-sec{
  padding: 15px;
  }
.home .wrap-sec h2{
  border-top: #D4145A solid 2px;/*月ごと*/
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  }
.home .wrap-sec h2::before{
  content: "■";
  font-size: 20px;
  color: #D4145A;/*月ごと*/
  margin-right: 3px;
  }

.home .block-content{}
.home .block-content p{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
  }
  
/*今月のテーマ*/
a.hashtag{
  color: #0696D7;
  padding: 0 0.5em;
  }
a.hashtag:hover{
  color: #FAA21B;
  text-decoration: underline;
  }
.home .sec-01 .box-video{
  margin: 0 auto 32px auto;
  }
.home .sec-01 iframe{
  width: 342px;
  height: 192px;
  margin: 20px auto 0 auto;
  }


/*コンテスト概要*/
.home .sec-02 dl{
  font-size: 16px;
  line-height: 1.5;
  }
.home .sec-02 dl dt{
  width: 5em;
  float: left;
  }
.home .sec-02 dl dd{
  margin-left: 5em;
  margin-bottom: 0.5em;
}
.home .sec-02 dl dd span{
  font-size: 12px;
  }

/*審査について*/
.home .sec-03 h3{
  font-size: 16px;
  margin-bottom: 8px;
  }
.home .sec-03 ul{
  list-style: disc;
  margin-left: 1.5em;
  }
.home .sec-03 ul li{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  }


/*入賞*/
.home .sec-04 h3{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 6px 8px;
  background: #0696D7;
  margin-bottom: 8px;
  }
.home .sec-04 dl{
  margin-bottom: 20px;
  }
.home .sec-04 dl dt{
  width: 5em;
  padding: 3px 0;
  float: left;
  text-align: center;
  color: #FFF;
  background: #0696D7;
  }
.home .sec-04 dl dd{
  line-height: 1.4;
  margin-left: 5.5em;
  margin-bottom: 0.5em;
  }
.home .sec-04 .box-prize-1 .box-1{
  width: 80%;
  height: auto;
  margin: 0 10%;
  }
.home .sec-04 .box-prize-1 p.txt-1,
.home .sec-04 .box-prize-1 p.txt-2,
.home .sec-04 .box-prize-2 p.txt-3{
  text-align: center;
  font-size: 14px;
  }
.home .sec-04 p.txt-kome{
  font-size: 14px;
  line-height: 1.4;
  color: #F00;
  border: #F00 solid 1px;
  padding: 5px;
  text-align: center;
  }


/*応募方法*/
.home .sec-05 h3{
  font-size: 16px;
  margin-bottom: 8px;
  }
.home .sec-05 p.txt-1{
  font-size: 18px;
  line-height: 1.5;
}
.home .sec-05 p.txt-2 a{
  display: block;
  font-size: 16px;
  color: #FFF;
  background: #FAA21B;
  padding: 8px 0;
  text-align: center;
  width: 280px;
  border-radius: 5px;
  margin: 0 auto;
  }
.home .sec-05 p.txt-2 a:hover{
  background: #0696D7;
  }
.home .sec-05 h3{
  font-size: 16px;
  padding: 8px;
  color: #FFF;
  background: #BB0000;
  margin-bottom: 0.5em;
}
.home .sec-05 ul{
  list-style: disc;
  margin-left: 1.5em;
  }
.home .sec-05 ul li{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  }

/*Fusion 360 について*/
.home .wrap-fusion{
  background-image: url("../images/fusion360-hero.webp");
  background-position: center bottom;
  background-size: cover;
  }
.home .black-screen{
  background: url("../images/bk-bg.png");
  padding: 16px 0 0 0;
  }
.home .sec-06{
  color: #FFF;
  }
.home .sec-06 p.txt-1{
  font-size: 18px;
  margin-bottom: 0;
  }
.home .sec-06 p.txt-2{
  width: 270px;
  height: auto;
  }
.home .sec-06 p.txt-3{
  margin-bottom: 24px;
}
.home .sec-06 a.txt-download{
  display: block;
  font-size: 20px;
  line-height: 1em;
  background: #FAA21B;
  color: #FFF;
  position: relative;
  padding: 12px 0 10px 15px;
  margin-bottom: 40px;
  }
.home .sec-06 a.txt-download::after{
  font-family: 'Material Icons';
  content: "\e5cc";
  position: absolute;
  top: 12px;
  right: 20px;
  }
.home .sec-06 h3{
  border-top: #FFF solid 1px;
  font-size: 16px;
  padding: 16px 0;
  }
.home .sec-06 .box-video a{
  margin: 0 auto 32px auto;
  }
.home .sec-06 iframe{
  display: block;
  width: 342px;
  height: 192px;
  margin: 20px auto 0 auto;
  }
.home .sec-06 .box-video p{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 8px;
  }

/*主催*/
.home .sec-07 .box{
  width: 250px;
  height: auto;
  margin: 0 auto;
  }
.home .sec-07 p{
  text-align: center;
  }
/*コンテスト結果*/
.home .sec-09 p{
  font-size: 16px;
  line-height: 1.5;
}
.home .sec-09 h3{
  font-size: 16px;
  margin-bottom: 8px;
  }
.home .sec-09 ul{
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 16px;
  }
.home .sec-09 ul li{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  }

.last-contest{
  font-size: 16px;
  line-height: 1.3;
  margin: 0 15px;
  border: #0696D7 solid 1px;
  padding: 15px;
}


/* Result コンテスト結果
------------------------------------*/
.result{}
.result .area-maintitle{
  }
.result .area-maintitle .block-coverimg{
  width: 100%;
  height: 200px;
  background-image: url("../images/contest-13_Main.webp");
  background-position: center bottom;
  background-size: cover;
  position: relative;
  }
.result .area-maintitle .block-coverimg .box-txt{
  width: 100%;
  background-color: rgba(0,0,0,0.7);/*月ごと*/
  color: #FFF;
  padding: 10px 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  }
.result .area-maintitle .block-coverimg .box-txt h2{
  font-size: 14px;
  line-height: 1.4;
  }
.result .area-maintitle .block-coverimg .box-txt h2 span{
  font-size: 24px;
  }
.result .area-maintitle .block-lead{
  padding: 15px;
  box-sizing: border-box;
  }
.result .area-maintitle .block-lead p{
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0.8em;
  }

/*受賞者ブロック*/
.result .container-person{
  background: #FBF8EE;
  margin-bottom: 30px;
  }
.result .container-person .block-title{}
.result .container-person .block-title h3{
  background: #000;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  }
.result .container-person .block-title .box{
  padding: 10px 15px;
  }
.result .container-person .block-title p.txt-title{
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 6px;
  }
.result .container-person .block-title p.txt-name{
  font-size: 15px;
  line-height: 1.4;
  }
.result .container-person .block-title p.txt-name span{
  font-size: 15px;
  font-weight: bold;
  padding: 0 0.2em 0 1em;
  }
.result .container-person .block-work{
  padding: 0 15px;
  }
.result .container-person .block-work .box-0{}
.result .container-person .block-work .box-1{
  display: flex;
  flex-wrap: wrap;
  }
.result .container-person .block-work .box-1 a,
.result .container-person .block-work .box-2 a{
  width: 50%;
  height: auto;
  }
.result .container-person .block-work .box-3{}
.result .container-person .block-work a{
  width: auto;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 5px;
  }
.result .container-person .block-work a::after{
  content: url("../images/zoom.png");
  position: absolute;
  right: 2px;
  bottom: -1px;
  }
.result .container-person .block-work img{}

.result .container-person .block-comment{
  padding: 15px;
  }
.result .container-person .block-comment .applicant{
  margin-bottom: 15px;
  }
.result .container-person .block-comment .applicant h4{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  }
.result .container-person .block-comment .applicant p{
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 1em;
  }
.result .container-person .block-comment .applicant ul{
  list-style: disc;
  margin-left: 1.2em;
  margin-bottom: 1em;
  }
.result .container-person .block-comment .applicant ul li{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 4px;
  }
.result .container-person .block-comment .applicant ol{
  list-style: decimal;
  margin-left: 1.2em;
  }
.result .container-person .block-comment .applicant ol li{
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
  }
.result .container-person .block-comment .applicant p strong{
  font-weight: bold;
  padding-right: 1em;
  }
.result .container-person .block-comment .judge{}
.result .container-person .block-comment .judge h4{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  }
.result .container-person .block-comment .judge p{
  font-size: 15px;
  line-height: 1.7;
  }

.box-video-result{
  margin: 0 auto 40px auto;
  text-align: center;
  }
.box-video-result iframe{
  width: 320px;
  height: 180px;
  }











/*------------------------------------------------------------------------------------------------------
PC用指定
------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:767px) {
.for-sp{
  display: none;
  }

header{}
header .block-logo{
  width: 1170px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  }
header .box-logo{
  width: 156px;
  height: auto;
  margin-bottom: 0;
  }
header .box-title{
  width: 540px;;
  height: auto;
  }
/*メニュー*/
header nav{
  width: 100%;
  background: #000;
  }
header ul.naver{
  width: 1170px;
  margin: 0 auto;
  padding: 6px 15px;
  display: flex;
  }
header ul.naver li{
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0;
  border-bottom: none;
  background: #000;
  margin-right: 32px;
  }
header ul.naver li a{
  color: #FFF;
  }
header ul.naver li a:hover{
  color: #FAA21B;
  }

header ul.naver li:nth-child(9) {
  margin-right: 0;
  }
header ul.naver li:nth-child(9) a{
  background: #FAA21B;
  border-radius: 3px;
  padding: 6px 8px;
  }
header ul.naver li:nth-child(9) a:hover{
  background: #0696D7;
  color: #FFF;
  text-decoration: none;
  }
header ul.naver li:nth-child(8){
  margin-right: auto;
  }


/*Footer*/
footer{
  margin-top: 50px;
  }
footer .wrap-footer{
  width: 1170px;
  margin: 0 auto;
  padding: 25px 15px;
  display: flex;
  }
footer .wrap-footer ul.related-link{
  margin-right: 40px;
  }
footer .wrap-footer ul.related-link:nth-of-type(2){
  margin-right: auto;
  }
footer .wrap-footer ul.related-link li{
  font-size: 13px;
  }
footer .wrap-footer .box-3ddm{
  width: 270px;
  margin: 0;
  }
footer .wrap-footer .box-3ddm .box-logo{
  margin-bottom: 10px;
  }
footer .wrap-footer .box-3ddm ul.sns{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  } 
footer .wrap-footer .box-3ddm ul.sns li{
  width: 30px;
  height: 30px;
  margin: 0 10px;
  }
footer .box-copyright{
  font-size: 12px;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
  }


/* Home
------------------------------------------------------------------------*/
.home .area-maintitle{
  }
.home .area-maintitle .block-coverimg{
  width: 100%;
  height: 460px;
  background-image: url("../images/contest-12_Main.jpg");/*月ごと*/
  background-position: center bottom;
  background-size: cover;
  position: relative;
  }
.home .area-maintitle .block-coverimg .wrap-in{
  width: 1170px;
  height: 460px;
  margin: 0 auto;
  position: relative;
  }
.home .area-maintitle .block-coverimg .box-txt{
  width: 550px;/*月ごと*/
  height: 152px;
  background-color: rgba(212,20,90,0.9);/*月ごと*/
  color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  position: absolute;
  top: 160px;
  }
.home .area-maintitle .block-coverimg .box-txt .box-in{
  border-left: #FFF solid 6px;
  padding: 10px 0 10px 16px;;
  }

.home .area-maintitle .block-coverimg .box-txt p.txt-1{
  font-size: 20px;
  margin-bottom: 8px;
  }
.home .area-maintitle .block-coverimg .box-txt p.txt-2{
  font-size: 36px;
  margin-bottom: 16px;
  }
.home .area-maintitle .block-coverimg .box-txt p.txt-3{
  font-size: 16px;
  }
.home .area-maintitle p.result-link{
  font-size: 24px;
  line-height: 1em;
  color: #FFF;
  background: #D4145A;/*月ごと*/
  padding: 14px;
  text-align: center;
  }
.home .block-lead{
  padding: 40px 0 64px 0;
  box-sizing: border-box;
  }
.home .block-lead p{
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 48px;
  }
.home .block-lead .box{
  width: 460px;;
  height: auto;
  margin: 0 auto;
  }

/*コンテンツエリア共通*/
.home .wrap-sec{
  width: 1170px;
  margin: 0 auto 64px auto;
  padding: 0 15px;
  display: flex;
  }
.home .wrap-sec h2{
  width: 270px;
  text-align: center;
  border-top: #003F2B solid 3px; /*月ごと*/
  padding: 48px 0 0 0;
  font-size: 20px;
  font-weight: normal;
  }
.home .wrap-sec h2::before{
  content: "";
  }
.home .block-content{
  width: 900px;
  padding: 48px 0 0 30px;
  box-sizing: border-box;
  border-top: #CCC solid 1px;
  }
.home .block-content p{
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 1em;
  }


/*今月のテーマ*/
a.hashtag{
  color: #0696D7;
  padding: 0 0.5em;
  }
a.hashtag:hover{
  color: #FAA21B;
  text-decoration: underline;
  }
.home .sec-01 .box-video{
  margin: 40px 0 0 0;
  }
.home .sec-01 iframe{
  width: 560px;
  height: 315px;
  margin: 0;
  }

/*コンテスト概要*/
.home .sec-02 dl{
  line-height: 1.8;
  }
.home .sec-02 dl dd{
  margin-left: 5em;
  margin-bottom: 1em;
}

/*審査について*/
.home .sec-03 h3{
  margin-bottom: 24px;
  }
.home .sec-03 ul{
  margin-left: 1.3em;
  }
.home .sec-03 ul li{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
  }
 
 /*入賞*/
.home .sec-04 h3{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding: 10px 0 8px 16px;
  background: #0696D7;
  margin-bottom: 16px;
  }
.home .sec-04 dl{
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 20px;
  }
.home .sec-04 dl dt{
  width: 8em;
  padding: 6px 0 4px 0;
  float: left;
  text-align: center;
  color: #FFF;
  background: #0696D7;
  border-radius: 3px;
}
.home .sec-04 dl dd{
  padding-top: 2px;
  margin-left: 9em;
  margin-bottom: 1.2em;
  }
.home .sec-04 .box-prize-1{
  position: relative;
  width: 870px;
  height: 290px;
  margin-bottom: 64px;
  }
.home .sec-04 .box-prize-1 .box-1{
  width: 270px;
  height: auto;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  }
.home .sec-04 .box-prize-1 .box-2{
  width: 570px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  }
.home .sec-04 .box-prize-2{
  position: relative;
  width: 870px;
  height: 230px;
  margin-bottom: 48px;
  }
.home .sec-04 .box-prize-2 .box-3{
  width: 444px;
  height: 341px;
  position: absolute;
  right: 0;
  bottom: 0;
  }
.home .sec-04 .box-prize-1 p.txt-1,
.home .sec-04 .box-prize-1 p.txt-2,
.home .sec-04 .box-prize-2 p.txt-3{
  text-align: center;
  font-size: 12px;
  }
.home .sec-04 p.txt-kome{
  font-size: 14px;
  line-height: 1;
  color: #F00;
  border: #F00 solid 1px;
  padding: 8px;
  text-align: center;
  }


/*応募方法*/
.home .sec-05 h3{
  margin-bottom: 16px;
  }
.home .sec-05 p.txt-1{
  font-size: 18px;
  line-height: 2;
}
.home .sec-05 p.txt-2 a{
  display: block;
  font-size: 16px;
  color: #FFF;
  background: #FAA21B;
  padding: 12px 0;
  text-align: center;
  width: 350px;
  border-radius: 5px;
  margin: 0 auto 50px auto;
  }
.home .sec-05 p.txt-2 a:hover{
  background: #0696D7;
  text-decoration: none;
  }
.home .sec-05 h3{
  font-size: 18px;
  padding: 10px 0 8px 16px;
  color: #FFF;
  background: #BB0000;
  margin-bottom: 1em;
}
.home .sec-05 ul{
  list-style: disc;
  margin-left: 1.8em;
  }
.home .sec-05 ul li{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
  } 


/*Fusion 360 について*/
.home .wrap-fusion{
  background-image: url("../images/fusion360-hero.webp");
  background-position: center bottom;
  background-size: cover;
  }
.home .black-screen{
  background: url("../images/bk-bg.png");
  padding: 64px 0 0 0;
  }
.home .sec-06 p.txt-1{
  font-size: 24px;
  margin-bottom: 0;
  }
.home .sec-06 p.txt-2{
  width: 270px;
  height: auto;
  }
.home .sec-06 p.txt-3{
  margin-bottom: 24px;
}
.home .sec-06 a.txt-download{
  width: 340px;
  display: block;
  font-size: 20px;
  line-height: 1em;
  background: #FAA21B;
  color: #FFF;
  position: relative;
  padding: 12px 0 10px 15px;
  margin-bottom: 40px;
  }
.home .sec-06 a.txt-download::after{
  font-family: 'Material Icons';
  content: "\e5cc";
  position: absolute;
  top: 12px;
  right: 20px;
  }
.home .sec-06 a.txt-download:hover{
  background: #0696D7;
  text-decoration: none;
  }

.home .sec-06 h3{
  border-top: #FFF solid 1px;
  font-size: 18px;
  padding: 16px 0;
  }
.home .sec-06 .block-video{
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  }
.home .sec-06 .box-video{
  width: 270px;
  height: auto;
  margin: 0;
  }
.home .sec-06 .box-video a{
  display: block;
  width: 270px;
  height: 150px;
  margin: 0;
  }
.home .sec-06 .box-video p{
  font-size: 12px;
  line-height: 1.4;
  margin-top: 8px;
  }

/*主催*/
.home .sec-07 .block-content{
  display: flex;
  }
.home .sec-07 .box{
  width: 220px;
  height: auto;
  margin: 0 50px 0 0;
  }
.home .sec-07 p{
  font-size: 18px;
  text-align: left;
  }

/*コンテスト結果*/
.home .sec-09 p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  }
.home .sec-09 h3{
  font-size: 18px;
  margin-bottom: 8px;
  }
.home .sec-09 ul{
  list-style: disc;
  margin-left: 1.8em;
  margin-bottom: 24px;
  }
.home .sec-09 ul li{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0.6em;
  } 
  
/*お問い合わせ*/
.home .sec-08 p{
  font-size: 18px;
  }

.last-contest{
  width: 1170px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  }


/* Result コンテスト結果
------------------------------------------------------------------------*/
.result{}
.result .area-maintitle{
  }
.result .area-maintitle .block-coverimg{
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  }
.result .area-maintitle .block-coverimg .box-txt{
  width: 1170px;
  background-color: rgba(0,0,0,0);/*月ごと*/
  color: #000;
  padding: 110px 0 0 0;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  }
.result .area-maintitle .block-coverimg .box-txt h2{
  font-size: 22px;
  line-height: 1.4;

  }
.result .area-maintitle .block-coverimg .box-txt h2 span{
  font-size: 42px;
  padding-left: 0;
  display: block;
  }
.result .area-maintitle .block-lead{
  padding: 40px 0;
  box-sizing: border-box;
  width: 1170px;
  margin: 0 auto;
  }
.result .area-maintitle .block-lead p{
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  }

/*受賞者ブロック*/
.result .container-person{
  width: 1170px;
  margin: 0 auto 50px auto;
  }

.result .container-person .block-title{
  display: flex;
  }
.result .container-person .block-title h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 28px 0 0 0;
  width: 460px;
  height: 80px;
  box-sizing: border-box;
  }
.result .container-person .block-title .box{
  padding: 20px 0 0 20px;
  }
.result .container-person .block-title p.txt-title{
  font-size: 25px;
  margin-bottom: 4px;
  }
.result .container-person .block-title p.txt-name{
  font-size: 16px;
  }
.result .container-person .block-title p.txt-name span{
  font-size: 18px;
  }

.result .container-person .block-work{
  padding: 20px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  }  
.result .container-person .block-work .box-0{
  width: 730px;
  height: auto;
  }
.result .container-person .block-work .box-1{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 390px;
  height: auto;
  }
.result .container-person .block-work .box-1 a{
  width: 50%;
  padding-left: 5px;
  box-sizing: border-box;
  }
.result .container-person .block-work .box-2{
  width: 390px;
  height: auto;
  }
.result .container-person .block-work .box-2 a{
  width: 100%;
  padding-left: 5px;
  box-sizing: border-box;
  }
.result .container-person .block-work .box-3{
  width: 100%;
  height: auto;
  margin: 0 auto;
  }

.result .container-person .block-comment{
  padding: 20px;
  display: flex;
  justify-content: space-between;
  }
.result .container-person .block-comment .applicant{
  margin-bottom: 0;
  }
.result .container-person .block-comment .applicant p:last-child{
  margin-bottom: 0;
  }
.result .container-person .block-comment .judge{
  width: 380px;
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.6);
  }

.box-video-result{
  margin: 0 auto 90px auto;
  text-align: center;
  }
.box-video-result iframe{
  width: 640px;
  height: 360px;
  }
}
