@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
	padding:0;
	margin:0;
}

a{
	color: #000;
	text-decoration: none;
}

#SC_wrap {
	clear: both;
	width:100%;
	max-width: 985px;
	padding: 0;
	margin:0 auto 8%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*font-family: 'Noto Serif JP', serif;*/
	color: #000000;	
	/*background-color: #f8ede0;*/
}


#SC_wrap .main {
	width: 100%;
	max-width:985px;
	margin:0 auto;
}

.Lead_pc {
	width: 98%;
	margin: 5% auto 4%;
	display: block;
	text-align:center;
	font-size:2.5rem;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {
	display: none;
}


.sp {
	display:none;
}

.clear {
	clear:both;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	/*margin: 2% auto 8%;*/
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Button 1 */
.btn-1 {
	width: 60%;
    /*border: #000 1px solid;*/
    color: #fff;
    text-align: center;
    margin: 2% auto;
    display: block;
    padding: 15px 0px;
    font-size: 2.4rem;
    background-color: #7fcef4;
	border-radius: 10px;
}

.btn-1:hover {
	color: #fff;
	background-color: #0068b7;
	/*border: solid 1px #000;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


@media only screen and (max-width: 750px) {
	#SC_wrap {
		width:98%;
		margin:0 auto 15%;
	}
	#SC_wrap .main {
		margin:0 auto;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}

	.Lead_pc {
		display: none;
	}

	.Lead_sp {
		width: 96%;
		display: block;
		text-align:center;
		font-size:1.6rem;
		margin:6% auto 5%;
		line-height:1.9em;
		font-family: 'Noto Sans JP', sans-serif;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 94%;
		margin: 3% auto;
		padding: 10px 0px;
		font-size: 1.6rem;
	}

}
