@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;
  }
input[type=text],
textarea{
  font-family:'Afk-Element-Reg', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",Verdana, sans-serif;
  font-weight: 400;
  color: #444;
  }

/* SP 指定
------------------------------------------------------------------------------------------------------------*/
/*毎月のタイトル箇所　共通*/
.monthly-title{
  background: #000;
  color: #FFF;
  margin-bottom: 16px;
  }
.monthly-title .box-img{
  width: 100%;
  height: auto;
  }
.monthly-title .box-txt{
  padding: 15px;
  }
.monthly-title .box-txt p.txt-1{
  font-size: 16px;
  margin-bottom: 8px;
  }
.monthly-title .box-txt p.txt-2{
  font-size: 30px;
  margin-bottom: 16px;
  }
.monthly-title .box-txt p.txt-3{
  font-size: 16px;
  }

/*Regist.aspx*/
.entry-form{
  padding: 0 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{}
.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: 15px;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border: #CCC solid 1px;
  }
.entry-form table td select{
	position: relative;
	width: auto;
	padding: 10px 40px 10px 15px;
	border: 1px solid #CCC;
	/*background: #F3F3F3;
	background: -webkit-linear-gradient(top, #fff 0%,#F3F3F3 100%);
	background: linear-gradient(to bottom, #fff 0%,#F3F3F3 100%);*/
  }
.entry-form table td span.arrow {
	position: relative;
  }
.entry-form table td span.arrow:after {
	display: block;
  content: "▼";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
  color: #CCC;
  }
.entry-form table td input#fuUpload{
  margin-bottom: 18px;
  }
.entry-form table td span.txt-err{
  color: #F00;
  font-size: 14px;
  }
.entry-form label{
  margin-left: 5px;
  }

.entry-form .area-personal-info{
  margin-bottom: 30px;
}
.entry-form .area-personal-info .block{
  border: #CCC solid 1px;
  padding: 12px;
  height: 120px;
  overflow-y: scroll;
  margin-bottom: 12px;
  }
.entry-form .area-personal-info .block ol{
  font-weight: bold;
  list-style: decimal;
  margin-left: 1.2em;
  }
.entry-form .area-personal-info .block ol li{
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1em;
  }
.entry-form .area-personal-info .block ol li p{
  font-weight: normal;
  }
.entry-form .area-btn{
  text-align: center;
  margin-bottom: 30px;
  }
.entry-form .area-btn input[type=submit]{
  font-size: 16px;
  width: 14em;
  color: #FFF;
  background: #000;
  padding: 12px 0;
  border-radius: 6px;
  }
.entry-form .area-btn input[type=submit]:hover{
  background: #5f60ff;
  }


/*Confirm.aspx*/
.confirm{
  padding: 0 15px;
  }
.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: 13px;
  color: #666;
  background: #F3F3F3;
  text-align: left;
  padding: 6px;
  box-sizing: border-box;
  }
.confirm table td{
  display: block;
  padding: 8px 0 12px 6px;
  border-bottom: #CCC solid 1px;
  box-sizing: border-box;
  }
.confirm .area-btn{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  }
.confirm .area-btn input:nth-of-type(1){
  font-size: 16px;
  width: 7em;
  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: 12em;
  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;
  }


/*Thanks.aspx*/
.thanks{
  padding: 0 15px;
  margin-bottom: 30px;
  }
.thanks p.txt-1{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  }
.thanks p.txt-1 span.fwb{
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: block;
  }
.thanks p.txt-2{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  }
.thanks p.txt-3{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
  }
.thanks p.txt-4{
  border: #000 solid 1px;
  padding: 15px;
  font-size: 15px;
  line-height: 1.5;
  }


/*Err.aspx*/
.err{
  padding: 0 15px;
  }

.err p.txt-1{
  font-size: 16px;
  line-height: 1.8;
  color: #F00;
  margin-bottom: 16px;
  }
.err p.txt-2{
  font-size: 16px;
  line-height: 1.8;
  }
.err ul.cause{
  list-style: disc;
  margin-left: 1.3em;
  margin-bottom: 16px;
  }
.err ul.cause li{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  }





/* ----------------------------------------------------------------------------------------------------------

PC 指定

------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:767px) {
.for-sp{
  display: none;
  }


/*毎月のタイトル箇所　共通*/
.monthly-title{
  background: #000;
  color: #FFF;
  margin-bottom: 30px;
  border-top: #666 solid 1px;
  }
.monthly-title .block-1{
  width: 960px;
  margin: 0 auto;
  display: flex;
  vertical-align: bottom;
  }
.monthly-title .box-img{
  width: 384px;
  height: auto;
  }
.monthly-title .box-txt{
  padding: 32px 0 0 24px;
  }
.monthly-title .box-txt p.txt-1{
  font-size: 18px;
  margin-bottom: 12px;
  }
.monthly-title .box-txt p.txt-2{
  font-size: 40px;
  margin-bottom: 24px;
  }
.monthly-title .box-txt p.txt-3{
  font-size: 16px;
  }

/*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 .area-personal-info{
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  }
.entry-form .area-personal-info .block{
  border: #CCC solid 1px;
  padding: 12px 24px;
  height: 160px;
  margin-bottom: 20px;
  text-align: left;
  }
.entry-form .area-personal-info .block ol li{
  font-size: 14px;
  }
.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;
  background: #5f60ff;
  text-align: center;
  padding: 8px 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{
  padding: 50px 0;
  width: 900px;
  margin: 0 auto;
  }
.thanks p.txt-1{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 16px;
  }
.thanks p.txt-1 span.fwb{
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-right: 1em;
  }
.thanks p.txt-2{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 16px;
  }
.thanks p.txt-3{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 64px;
  }
.thanks p.txt-4{
  border: #000 solid 1px;
  padding: 18px;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  }


/*Err.aspx*/
.err{
  padding: 50px 0;
  width: 700px;
  margin: 0 auto;
  }

.err p.txt-1{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #F00;
  margin-bottom: 24px;
  }
.err p.txt-2{
  font-size: 18px;
  line-height: 1.8;
  }
.err ul.cause{
  list-style: disc;
  margin-left: 1.3em;
  margin-bottom: 32px;
  }
.err ul.cause li{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
  }



}
