#st_wrap {
	max-width:100%;
	margin:0 auto;
    padding: 2% 0;
    font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	background-color: #edd59b;
}

#st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

#st_wrap a {
    text-decoration: none;
}

#st_wrap h1 {
    font-size: 48px;
	font-weight: 600;
    text-align: center;
    margin: 1% auto 8%;
    line-height: 1.3em;
}

#st_wrap h1 span {
	border-bottom: double 5px #000;
}


#st_wrap h2 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
	line-height: 1.6em;
    margin: 6% auto 3%;
    color: #000;
}

#st_wrap h2 strong {
	font-size: 120%;
	font-weight: 600;
}

#st_wrap h3 {
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #829bd8;
	line-height: 1.3em;
	text-align: center;
	margin: 0 auto;
}

#st_wrap p {
    font-size: 14px;
    line-height: 1.7em;
    margin: 2% auto;
    font-weight: 400;
	color: #000;
}

#st_wrap img {
    width: 100%;
}


.wrap_content {
    width: 100%;
    max-width: 750px;
    margin: 1% auto;
	padding: 2% 0;
	background-color: #fff;
}


.Main {
    width: 90%;
	max-width: 450px;
    margin: 3% auto 4%;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

.Lead {
	font-size: 16px;
	text-align: center;
	line-height: 1.7em;
	font-weight: 500;
	margin: 4% auto;
}

.sub {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	margin: 8% auto 0;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 2px dashed;
  content: "";
  width: 10em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.info_box {
	border: solid 2px #edd59b;
	width: 85%;
	max-width: 450px;
	border-radius: 15px;
	margin: 5% auto;
	padding: 3% 1%;
	text-align: center;
}

.thumb_box {
	width: 90%;
	margin: 2% auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.thumb_box_s {
	width: 50%;
	margin: 1% auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.thumb {
	width: 48%;
}

.arrow {
	width: 40%;
	margin: 2% auto;
}

.sp {
	display: none;
}
.clear {
	clear: both;
}

.btn {
	display: block;
	width: 50%;
	max-width: 300px;
	margin: 6% auto;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	background-color: #829bd8;
}

a.btn {
	text-decoration: none;
	color: #fff;
}


@media only screen and (max-width: 750px) {

    #st_wrap h1 {
        font-size: 27px;
    }
	
	#st_wrap h2 {
		font-size: 15px;
		margin: 10% auto 5%;
	}
	
	#st_wrap h3 {
		font-size: 18px;
	}
	
    #st_wrap p {
        font-size: 12px;
        line-height: 1.5em;
    }
	
	.wrap_content {
		width: 90%;
		padding: 2%;
	}
	
	.Main {
		margin: 6% auto;
	}
	
	.catch:before, .catch:after {
	    width: 5em;
	}
	
	.Lead {
		font-size: 13px;
		margin: 3% auto 5%;
	}
    
	.sub {
		font-size: 15px;
	}
	
	.thumb_box {
		width: auto;
	}
	
	.thumb {
		width: 48%;
		text-align: left;
	}
	
	.thumb p {
		font-size: 10px;
		margin: 1% 0;
	}
	
	.thumb p br{
		display: none;
	}
	
	.thumb p .sp_br {
		display: block;
	}
	
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn {
		width: 60%;
		font-size: 12px;
		margin: 8% auto;
		padding: 6px;
	}
	
}
