#st_wrap {
	max-width:100%;
	margin:0 auto;
    padding: 2% 0;
    font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
}

#st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

#st_wrap a {
    text-decoration: none;
}

#st_wrap h1 {
	max-width: 750px;
    font-size: 28px;
    text-align: center;
    margin: 1% auto;
	padding: 10px;
    line-height: 1.3em;
	background-color: #fff;
}


#st_wrap h2 {
	font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 2% auto;
    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: 1000px;
    margin: 2% auto;
}


.Main {
    width: 70%;
	max-width: 500px;
    margin: 0 auto 4%;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

.Lead {
	font-size: 17px;
	text-align: center;
	line-height: 1.8em;
	font-weight: 500;
	margin: 2% auto 3%;
	color: #333;
}

.thumb_box {
	width: 90%;
	max-width: 800px;
	margin: 3% auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
}

.thumb_L {
    width: 48%;
	margin: 2% auto;
	text-align: center;
    position: relative;
	background-color: #fff;
	border: solid 1px #777;
}

.wbox {
	padding: 5%;
}

.arrow {
	width: 8%;
	margin: 2% auto;
}

.icon {
	width: 9%;
	margin: 5% auto 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: #000;
}

a.btn {
	text-decoration: none;
	color: #fff;
}


@media only screen and (max-width: 750px) {

    #st_wrap h1 {
        font-size: 16px;
        padding-left: 0;
        margin: 2% auto 3%;
    }
	
	#st_wrap h2 {
		font-size: 16px;
		margin: 5% auto;
	}
	
	
	#st_wrap h2 span {
		padding: 0 0 2px;
		border-bottom: solid 2px #000;
	}
	
	
    #st_wrap p {
        font-size: 12px;
        line-height: 1.4em;
    }
	

	
	.Lead {
		font-size: 13px;
		margin: 3% auto 5%;
	}
    
	.thumb_box {
		width: 94%;
		gap: 10px;
	}
    
    .thumb_L {
		width: 48%;
		margin: 1% auto;
    }
	
	.arrow {
		width: 12%;
		margin: 1% auto 2%;
	}
    
	.icon {
		width: 14%;
	}
	
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn {
		width: 70%;
		font-size: 14px;
	}
	
}
