@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:auto;
    text-align: center;
	padding: 10px;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	position: relative;
	background-color: #fff;
	color: #242C92;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.st_wrap h1 {
	font-family: "Gravitas One", serif;
    font-weight: 400;
	font-size: 40px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h2 {
    font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin: 3% auto 8%;
}

.st_wrap h3 {
	font-family: "Gravitas One", serif;
	font-weight: 400;
	text-align: center;
	font-size: 36px;
	margin: 5% auto 4%;
}


.Main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.bdr {
	border-bottom: dashed 1px #071354;
	margin: 10% 0;
}

.st_wrap p {
	margin: 5% auto 8%;
    text-align: center;
    font-size: 15px;    
    line-height: 1.9em;
}

.style_box {
	width: 100%;
	position: relative;
	margin: 4% auto;
}

.flx {
	display: flex;
	justify-content: space-around;
}

.style_img {
	width: 60%;
}

.style_txt {
	width: 55%;
	position: absolute;
	top: 10%;
	right: 0;
}

.look {
	width: 48%;
}

.sp {
	display:none;
}


.Lead {
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 2% auto;
	line-height: 2em;
}



.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}


.clear {
	clear:both;
}

.btn-1 {
    display: inline;
	font-weight: 500;
    font-size: 14px;
	margin: 10% auto 0;
    padding: 5px 15px;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
    display: block;
    font-size: 16px;
    padding: 5px 10px;
	margin: 5% auto 8%;
	width: 40%;
    color: #fff;
	background-color: #000;
	box-sizing: border-box;
}

a.btn-2 {
    text-decoration: none;
}

.btn-3 {
    display: block;
    font-size: 24px;
	font-weight: 600;
    padding: 5px 10px;
	margin: 5% auto 15%;
	width: 30%;
    color: #5f87ff;
	border-bottom: solid 1px #5f87ff;
	box-sizing: border-box;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

@media only screen and (max-width: 750px) {
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		margin: 0 auto;
		padding: 0;
	}

    
	.st_wrap h1 {
		font-size: 23px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 15px;
		line-height: 1.6em;
    }
    
    .st_wrap h3 {
        font-size: 27px;
    }
    
    .st_wrap p {
        font-size: 12px;
		line-height: 1.7em;
    }
	
	.Lead {
		font-size: 13px;
		margin: 4% auto 6%;
		line-height: 1.8em;
	}
	
	.style_txt {
		top: 3%;
		width: 60%;
	}
	
	.flx {
		width: 97%;
	}
	
    .btn-1 {
        font-size: 12px;
		padding: 4px 10px;
    }
	
	.btn-2 {
		width: 70%;
		font-size: 13px;
	}
	
	.btn-3 {
		font-size: 18px;
		width: 35%;
	}
	
}


