#st_wrap {
    width: 100%;
	margin: 0 auto;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background-color: #fff0a4;
}

#st_wrap img {
    width: 100%;
    vertical-align: bottom;
}

#st_wrap p {
    margin: 5% auto;
    text-align: center;
    font-size: 15px;
    line-height: 1.9em;
    color: #fff;
}

.wrap_content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 5%;
}

.w80 {
    width: 80%;
    margin: 6% auto;
}

.btn {
    display: block;
    width: 90%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 5% auto;
    color: #fff;
    transition: all 0.3s;
}

a.btn {
    text-decoration: none;
}


@media only screen and (max-width: 750px) {

    #st_wrap p {
        font-size: 13px;
    }
    
    .sp {
        display: block;
    }
    
    .btn {
        width: 85%;
    }
		
}
