#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: #E5E5E5;
}

#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 2%;
    line-height: 1.3em;
}


#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 span {
	padding: 0 0 2px;
	border-bottom: solid 3px #000;
}


#st_wrap p {
    text-align: center;
    font-size: 18px;
    line-height: 1.7em;
    margin: 3% auto 4%;
    font-weight: 600;
	color: #000;
}

#st_wrap img {
    width: 100%;
}


.wrap_content {
    width: 100%;
    max-width: 800px;
    margin: 2% auto;
}


.Main {
    width: 100%;
	max-width: 600px;
    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: 400;
	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; /* 文字の左隣 */
}


.link_box {
	width: 90%;
	max-width: 800px;
	margin: 3% auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
}

.icon_btn {
	background-color: #5F5F5F;
	color: #fff;
	font-size: 20px;
	padding: 6px 20px;
	margin: 1% 0;
	min-width: 90px;
	display: inline-block;
}

a span.icon {
  width: 20px;
  height: 20px;
  background-image: url("../images/check.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: inline-block;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.sp {
	display: none;
}
.clear {
	clear: both;
}

.btn {
	display: block;
	width: 60%;
	margin: 6% auto;
	padding: 10px;
	font-size: 20px;
	font-weight: 600;
	background-color: #5F5F5F;
}

a.btn {
	text-decoration: none;
	color: #fff;
}


@media only screen and (max-width: 750px) {

    #st_wrap h1 {
        font-size: 33px;
    }
	
	#st_wrap h2 {
		font-size: 17px;
		margin: 10% auto 5%;
	}
	
    #st_wrap p {
        font-size: 12px;
        line-height: 1.4em;
    }
	
	.Main {
		margin: 6% auto;
	}
	
	.catch:before, .catch:after {
	    width: 5em;
	}
	
	.Lead {
		font-size: 13px;
		margin: 3% auto 5%;
	}
    
	.sub {
		font-size: 15px;
	}
	
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.icon_btn {
		font-size: 14px;
		min-width: 70px;
	}
	
	.btn {
		width: 60%;
		font-size: 14px;
		margin: 8% auto;
	}
	
}
