@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
	background-color: blue;
}

.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	/* background: #c3c374; */
}


.st_wrap h1 {
    font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2em;
	text-align: center;
	margin: 1% auto 3%;
}

.st_wrap h2 {
    font-weight: 600;
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
	margin: 7% auto 4%;
	position: relative;
}

.st_wrap p {
	margin: 2% auto;
    font-size: 14px;    
    line-height: 1.8em;
	text-align: center;
}

.sp {
	display:none;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	.st_wrap {
		width: 100%;
		padding: 0;
	}
	
    .st_wrap p {
        font-size: 12px;
    }
	
}


