/***********************************************************************
 * #Contents .mainCont
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .mainCont {
    font-size: 15px;
    line-height: 2;
  }
  #Contents .mainCont .txt {
    margin-bottom: 30px;
  }
  #Contents .mainCont .introTxt {
    margin-bottom: 20px;
  }
  #Contents .mainCont .goalList {
    margin-bottom: 15px; 
    padding-left: 30px;
  }
  #Contents .mainCont .goalList > li {
    margin-top: 7px;
  }
  #Contents .mainCont .goalList > li:first-child {
    margin-top: 0;
  }
    .br-pc { display:block; }
  .br-sp { display:none; }
}
@media only screen and (max-width: 767px) {
  #Contents .mainCont {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #Contents .mainCont .txt {
    margin-bottom: 15px;
  }
  #Contents .mainCont .introTxt {
    margin-bottom: 20px;
  }
  #Contents .mainCont .goalList {
    margin-bottom: 15px; 
    padding-left: 10px;
  }
  #Contents .mainCont .goalList > li {
    margin-top: 5px;
  }
  #Contents .mainCont .goalList > li:first-child {
    margin-top: 0;
  }
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/***********************************************************************
 * #Contents .pageSect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .pageSect {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .pageSect {
    margin-bottom: 40px;
  }
}

/***********************************************************************
 * #Contents .pageBlock
 
 ********************************************************************* */
 
  #Contents .pageBlock .blockMain span {
	  color: #900;
	  font-size: 1.2rem;
  }
@media print, screen and (min-width: 768px) {
  #Contents .pageBlock {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .pageBlock {
    margin-bottom: 30px;
  }
}

/***********************************************************************
 * #Contents .formBlock
 ********************************************************************* */

	#Contents .formBlock .formList > li:first-child .year, 
	#Contents .formBlock .formList > li:first-child .content {
		border-top: 1px solid #d9d9d9;
	}	
	#Contents .formBlock .formList > li .year {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px 30px;
		border: 1px solid #d9d9d9;
		border-left: none;
		vertical-align: top;
		background: #f7f7f7;
	}		
	#Contents .formBlock .contentList > li>p{
		color: #999;
		font-size: 0.8rem;
		margin-top: 10px;	
	}
	
	#Contents .formBlock input, #Contents .formBlock select {
	  font-size: 1rem;
	}
	#Contents .formBlock input:hover {	
	  background: #fffbef;
	}		
  #Contents .formBlock .submit {
	  width: 100%;
	  text-align: center;
	  margin-top: 50px;
	  display: block;
  }
  #Contents .formBlock .submitBtn {
  display: inline-block;
  padding: 0.8em 3em;
  text-decoration: none;
  color: #036;
  border: double 4px #036;
  border-radius: 3px;
  transition: .4s;
  font-size: 1.5rem;
  background: #fff;
  }
 
@media print, screen and (min-width: 768px) {	
	
  #Contents .formBlock {
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 40px;
	padding: 0 100px 0 100px;
	font-size: 16px;
	line-height: 1.5;
  }
	
	#Contents .formBlock .contentList > li{
	padding: 15px 30px;
	}
	#Contents .formBlock .formList > li{
	display: table;
	width: 100%;
	table-layout: fixed;
	}	
	#Contents .formBlock .formList > li .year {
	display: table-cell;
	width: 300px;
	}
	
	#Contents .formBlock .formList > li .content {
	display: table-cell;
	border-bottom: 1px solid #d9d9d9;
	vertical-align: top;
	width: 100%;
	}	
}
@media only screen and (max-width: 767px) {
		
  #Contents .formBlock {
    margin-bottom: 30px;
  }
	#Contents .formBlock .formList > li {
		border-bottom: 1px solid #d9d9d9;
		width: 100%;
	}
	  
	  #Contents .formBlock .formList > li:first-child {
		  border-top: 1px solid #d9d9d9;
	}
	
	#Contents .formBlock .formList > li .year {
		width: 100%;
	}
	
	#Contents .formBlock .formList > li .year, #Contents .formBlock .formList > li .content {
		padding: 10px 15px;
	}		
	#Contents .formBlock .contentList > li>p{
		font-size: 1.2rem;
	}	
}

 

/***********************************************************************
 * #Contents .complete
 ********************************************************************* */

.complete {
	display: block;
	width: 60%;
	border: solid 10px #ccc;
	padding: 30px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

.modoru {
  display: inline-block;
  padding: 0.8em 3em;
  text-decoration: none;
  color: #036;
  border: double 4px #036;
  border-radius: 3px;
  transition: .4s;
  font-size: 1.5rem;
  background: #fff;
  }

.modoru a:link{
	text-decoration: none;
}

.modoru:hover {	
  background: #fffbef;
}
	
@media only screen and (max-width: 767px) {	
.complete {
	width: 70%;
	padding: 30px 10px;
	margin-top: 20px;
}

.modoru {
  padding: 0.8em 1em;
  }
}






