@charset "utf-8";
/* ======================================================

base css

====================================================== */

.st_wrap {
		margin:20px auto;
		padding:  2% 0;
		width:1000px;
		height: auto;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align:center;
	background-color: #cbdcf0;
	}

	
.st_wrap h1 {
	font-size: 22px;
	text-align: center;
	margin: 40px auto 40px;
	line-height: 2.0;
	letter-spacing: 0.06em;
  display: inline;
  background: linear-gradient(transparent 88%, #3cc5e1 0%);
  font-weight: bold;
}

#Main {
	max-width: 900px;
	margin: 4% auto 3%;
	position: relative;
}
.ttl {
	width: 800px;
	margin: 4% auto 1%;
	position: relative;
}

.lead {
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	padding: 0;
	margin: 0 auto 20px;
}
.aten {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7em;
	padding: 0;
	margin: 1% auto 10px;
}
	
.st_wrap p {
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	padding: 2px 0;
	font-weight: normal;
	margin: 0;
}
		

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px ;
	display: inline-block;
	margin: 5px 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}



/* Button 1 */
.btn-1 {
	width: 200px;
	background-color: #000000;
	border: solid 3px #000000;
	color: #ffffff;
}

.clear {
	clear: both;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media only screen and (max-width:750px){

	.st_wrap {
		margin:5px auto;
		padding: 5% 0;
		width:100%;
		height: auto;
	}
	
	
	.st_wrap p {
		font-size: 11px;
		text-align: left;
	}
	
	.st_wrap p br {
		display:  none;
	}
	
	.st_wrap h1 {
		font-size: 17px;
		margin: 20px auto 10px;
	}
	#Main {
		width: 100%;
		margin: 0 auto 5%;
	}
	.lead {
		text-align: left;
		font-size: 12px;
		line-height: 1.8em;
		padding: 0;
		margin: 0 10px 20px;
	}
	
	.lead br {
		display:  none;
	}
	.aten {
	text-align: center;
	font-size: 11px;
	margin: 4% auto 10px;
}	
	.ttl {
	width:90%;
	margin: 4% auto 1%;
	position: relative;
}
	
	.sp_br {
		display: block;
	}
	
	.pc {
		display: none;
	}

	
	.sp {
	display: block;
}
}


