body {
	margin: 0;
	padding: 0;
}

#st_wrap {
	width:100%;
	margin:0 auto;
    padding: 1% 0;
    font-size: 10px;
	font-family: "Noto Serif JP", serif;
	/*background-color: #D8DAE1;*/
}
    


#st_wrap h1 {
	font-weight: 600;
    font-size: 22px;
    text-align: center;
    line-height: 1.8em;
	margin: 2% auto 5%;
}

#st_wrap h1 span {
	background-color: #4661be;
	padding: 5px 15px;
	color: #fff;
}

#st_wrap h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 3% auto 1%;
    color: #000;
}




.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 {
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    margin: 3% auto 4%;
    font-weight: 500;
	color: #6082AD;;
}

#st_wrap img {
    width: 100%;
	vertical-align: bottom;
}


.ttl {
	width: 100%;
	margin: 3% auto 6%;
}
 

.wrap_content {
    width: 900px;
    margin: 2% auto;
	text-align: center;
}


.Lead {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	text-align: center;
	line-height: 2em;
	font-weight: 500;
	margin: 2% auto;
}

.Lead a {
	color: #000;
	margin: auto 6px;
}

.Sml {
	font-size: 13px;
	text-align: center;
	margin: 1% auto 5%;
}

.subttl {
	font-size: 25px;
	font-family: "Libre Baskerville", serif;
	font-weight: 600;
	width: 60%;
	line-height: 1.5em;
	padding: 15px;
	color: #000;
	margin: 4% auto 4%;
}

.subttl strong {
	font-size: 200%;
	font-weight: 600;
}


.item {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
}

.item a{
	color: #14147B;
}

.price {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 2%;
}

.bdr {
	border-bottom: solid 2px #000;
	margin: 10% auto;
}

.link_box {
	width: 70%;
	margin: 5% auto 10%;
	display: flex;
	justify-content: space-around;
}

.thumb_box {
	width: 94%;
	margin: 5% auto;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.thumb {
	width: 48%;
}

.btn {
	display: block;
    text-decoration: none;
}

.btn-1 {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 2% auto 6%;
	padding: 15px;
	color: #000;
}

a.btn-1 span {
	border-bottom: solid 2px #000;
	padding-bottom: 3px;
}


.btn-2 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	width: 40%;
	margin: 1% auto 6%;
	line-height: 1.5em;
	padding: 15px;
	background-color: #4661be;
	color: #fff;
	border-radius: 30px;
	transition: .7s;
}

a.btn-2 {
	color: #fff;
}


a.btn-2:hover {
	background-color: #7E91D1;
}


.btn-3 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 600;
	width: 70%;
	max-width: 300px;
	line-height: 1.5em;
	margin: 8% auto 6%;
	padding: 15px;
	background-color: #4661be;
	color: #fff;
	border-radius: 30px;
	transition: .7s;
}

a.btn-3 {
	color: #fff;
}


.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: 14px;
		text-align: center;
		margin: 2% auto 4%;
		line-height: 1.6em;
    }
	
	#st_wrap h2 {
		font-size: 14px;
	}
	
    
    #st_wrap p {
        font-size: 11px;
        line-height: 1.4em;
		margin: 4% auto;
    }
	
	.st_header {
		min-height: 200px;
	}
	
	.wrap_content {
    	width: 100%;
		margin: 0 auto;
	}
	
	.subttl {
    	font-size: 18px;
		padding: 8px 10px;
    	width: 80%;
	}
		
	.Lead {
		font-size: 13px;
		margin: 2% auto;
	}
	

	.item {
		font-size: 15px;
	}
	
	.price {
		font-size: 13px;
	}
	
	.weblimited {
		font-size: 11px;
	}
	
	.ttl {
		margin: 0 auto 5%;
	}
    
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn-1 {
		font-size: 13px;
		padding: 8px;
	}
	
	a.btn-1 span {
		border-bottom: solid 1px #000;
	}
	
	.btn-2 {
		font-size: 13px;
		padding: 8px;
	}
	
	.btn-3 {
		font-size: 13px;
		padding: 8px;
		margin: 10% auto 15%;
	}
	
	
	.point_video {
		width: 90%;
		margin: 6% auto 3%;
	}
	
	.seemore {
		width: 30%;
		position: absolute;
		bottom: 10%;
		left: 3%;
		z-index: 10;
	}
	
}
