#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 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-size: 16px;
    font-weight: 500;
    text-align: left;
    margin: 0 0 6px;
    color: #000;
}

#st_wrap h2 span {
	background-color: #3a71ae;
	padding: 8px 15px;
	color: #fff;
	border-radius: 8px 8px 0 0;
}


#st_wrap p {
    text-align: center;
    font-size: 18px;
    line-height: 1.7em;
    margin: 2% auto 4%;
	padding: 5px 0;
    font-weight: 600;
	color: #fff;
	background-color: #50584b;
}

#st_wrap img {
    width: 100%;
}


.wrap_content {
    width: 100%;
    max-width: 1000px;
    margin: 2% auto;
}


.Main {
    width: 70%;
    margin: 0 auto 4%;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

.Lead {
	font-size: 22px;
	text-align: center;
	line-height: 1.6em;
	font-weight: 400;
	margin: 2% auto 3%;
	padding: 0 4% 2%;
	border-bottom: solid 2px #b4c7e7;
}

.thumb_box {
	width: 100%;
	margin: 3% auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
}

.thumb_L {
    width: 31%;
	margin: 3% auto;
    position: relative;
}

.wbox {
	padding: 5%;
	background-color: #e5e4cd;
	box-sizing: border-box;
}

.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: #50584b;
}

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: 12px;
		margin: 0 0 2px;
	}
	
	#st_wrap h2 span {
		padding: 4px 6px;
	}
    
    #st_wrap p {
        font-size: 11px;
        line-height: 1.4em;
    }
	
	.Main {
		width: 90%;
		font-size: 28px;
	}
	
	.Lead {
		font-size: 16px;
	}
    
	.thumb_box {
		width: 94%;
		gap: 10px;
	}
    
    .thumb_L {
		width: 48%;
    }
    
	.icon {
		width: 14%;
	}
	
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn {
		width: 80%;
		font-size: 16px;
	}
	
}
