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: #888;
}
    


#st_wrap h1 {
    font-size: 60px;
    text-align: center;
    margin: 3% auto 1%;
    font-weight: 800;
	line-height: 1.1em;
    letter-spacing: 0.085em;
   color: #bd6f26;
   text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#st_wrap h2 {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin: 4% auto 2%;
	line-height: 1.8em;
}

#st_wrap h3 {
	font-family: "Libre Baskerville", serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 10% auto 6%;
}


.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.5em;
    margin: 2% auto;
    font-weight: 400;
}

#st_wrap img {
    width: 100%;
	vertical-align: bottom;
}


.ttl {
	width: 30%;
	max-width: 200px;
	margin: 8% auto 6%;
}
 

.wrap_content {
    width: 900px;
    margin: 2% auto;
	text-align: center;
}

.Main {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.Lead {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin: 2% auto 4%;
	line-height: 1.7em;
}


.Sml {
	font-size: 13px;
	text-align: center;
	margin: 1% auto 5%;
}

.link_box {
	width: 80%;
	max-width: 600px;
	margin: 4% auto;
	display: flex;
	flex-wrap: wrap;
}

.link_box .link {
	width: 48%;
	margin: 5% auto;
	font-size: 18px;
	line-height: 3em;
	font-weight: 500;
	text-align: center;
}

a.link {
	color: #888;
	text-decoration: none;
}

a.link:nth-of-type(odd) {
	border-left: solid 1px #888;
	border-right: solid 1px #888;
}
a.link:nth-of-type(even) {
	border-right: solid 1px #888;
}

.thumb_box {
	width: 94%;
	margin: 3% auto;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	position: relative;
	gap: 2%;
}

.thumb {
	width: 46%;
	position: relative;
}

.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: 50%;
	margin: 5% auto 6%;
	line-height: 1.5em;
	padding: 10px;
	text-align: center;
	background-color: #888;
	color: #fff;
	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 {
		padding: 0;
	}
	
    #st_wrap h1 {
        font-size: 36px;
		text-align: center;
		margin: 6% auto 3%;
    }
	
	#st_wrap h2 {
		font-size: 18px;
		margin: 4% auto 2%;
	}
	
	#st_wrap h3 {
		font-size: 22px;
	}
	
	#st_wrap p {
        font-size: 13px;
        line-height: 1.4em;
		width: 90%;
		margin: 4% auto;
    }
	
	
	.wrap_content {
    	width: 96%;
		margin: 0 auto;
	}
		
	.Lead {
		font-size: 13px;
		margin: 3% auto;
	}
	
	.link_box {
		width: 90%;
	}

	.link_box .link {
		font-size: 13px;
	}
	
	.thumb_box {
		width: 100%;
	}

	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn-1 {
		font-size: 13px;
	}
	
	.btn-2 {
		width: 40%;
		font-size: 13px;
		padding: 8px;
	}
	
	.btn-3 {
		width: 60%;
		font-size: 13px;
		padding: 8px;
		margin: 10% auto 8%;
	}
	
	
	.point_video {
		width: 90%;
		margin: 6% auto 3%;
	}
}
