body {
	margin: 0;
	padding: 0;
}

#st_wrap {
	width:100%;
	margin:0 auto;
    padding: 2% 0 1%;
    font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	color: #ea5432;
	background: #FDD23C;
	background: linear-gradient(117deg, rgba(253, 210, 60, 1) 0%, rgba(207, 172, 48, 1) 59%);
}
    


#st_wrap h1 {
    font-size: 33px;
    text-align: center;
    margin: 3% auto 1%;
    font-weight: 800;
	line-height: 1em;
    letter-spacing: 0.015em;
}

#st_wrap h1 span {
	background-color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	border: solid 2px #ea5432;
}

#st_wrap h2 {
	font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin: 5% auto 2%;
	line-height: 1.8em;
	letter-spacing: 0.035em;
	color: #fff;
}

#st_wrap h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 10% auto 6%;
	color: #fff;
}


.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 2px solid;
  content: "";
  width: 90%; /* 線の長さ */
}
.catch:before {
  margin-right: 0; /* 文字の右隣 */
}
.catch:after {
  margin-left: 0; /* 文字の左隣 */
}


#st_wrap p {
	width: 80%;
	max-width: 300px;
    text-align: left;
    font-size: 15px;
    line-height: 1.8em;
    margin: 2% auto;
    font-weight: 500;
}

#st_wrap img {
    width: 100%;
	vertical-align: bottom;
}


.ttl {
	width: 30%;
	max-width: 200px;
	margin: 8% auto 6%;
}
 

.wrap_content {
    width: 600px;
    margin: 2% auto;
	text-align: center;
}

.Main {
	width: 90%;
	max-width: 760px;
	margin: 3% auto;
}

.Lead {
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	margin: 2% auto 4%;
	line-height: 1.7em;
}


.Sml {
	font-size: 13px;
	text-align: center;
	margin: 1% auto 5%;
}

.whtbox {
	background-color: #fff;
	margin: 3% auto;
	padding: 20px 30px;
	border-radius: 20px;
	border: solid 2px #ea5432;
}

.flx {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.icon {
	width: 30%;
}

.btn {
	display: block;
}

.btn-1 {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	float: right;
}

.btn-1 strong {
	font-weight: 600;
}

a.btn-1 {
	color: #888;
	text-decoration: underline;
}




.btn-2 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	width: 30%;
	margin: 2% auto 6%;
	line-height: 1.3em;
	padding: 10px;
	background-color: #192452;
	color: #fff;
	transition: .7s;
}




a.btn-2:hover {
	background-color: #7E91D1;
}


.btn-3 {
	font-size: 18px;
	font-weight: 600;
	width: 70%;
	margin: 10% auto 6%;
	line-height: 1.5em;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	border: solid 2px #ea5432;
	color: #ea5432;
	border-radius: 40px;
	transition: .7s;
    text-decoration: none;
}


.sp {
	display: none;
}
.clear {
	clear: both;
}

.point_video {
	width: 80%;
	margin: 4% auto;
}

@media only screen and (max-width: 750px) {

	
    #st_wrap h1 {
        font-size: 16px;
		text-align: center;
		margin: 6% auto 3%;
    }
	
	#st_wrap h1 span {
		padding: 10px 20px;
	}
	
	#st_wrap h2 {
		font-size: 24px;
		margin: 8% auto 2%;
	}
	
	#st_wrap h3 {
		font-size: 15px;
	}
	
	#st_wrap p {
        font-size: 12px;
        line-height: 1.6em;
		margin: 4% auto;
    }
	
	
	.wrap_content {
    	width: 96%;
		margin: 0 auto;
	}
		
	.Lead {
		font-size: 13px;
		margin: 3% auto;
	}
	
	.whtbox {
		width: 88%;
		padding: 10px 10px 10px 0;
	}
	
	.icon {
		width: 40%;
	}

	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn-1 {
		font-size: 13px;
	}
	
	.btn-2 {
		width: 40%;
		font-size: 13px;
		padding: 8px;
	}
	
	.btn-3 {
		width: 80%;
		font-size: 13px;
		padding: 8px;
		margin: 10% auto 8%;
	}
	
	
	.point_video {
		width: 90%;
		margin: 6% auto 3%;
	}
}
