.entry_wrapp {
    margin-top: 80px;
    padding-top: 80px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f0efe8;
}

.entry_wrapp_in {
    position: relative;
}

.entry_wrapp_in h2 {
    background:none;
    text-align: center;
    padding: 0px;
    margin-bottom: 40px;
    color: #387d39;
    font-size: min(3.8vw, 35px);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
}


.entry_wrapp_in p {
    text-align: center;
    font-size: min(4.1vw, 18px);
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 40px;
    line-height: 2;
}

.entry_wrapp_in p .small {
    font-size: 70%;
}

.back_bt {
    width: 80%;
    max-width: 300px;
    margin: 50px auto 80px;
}
.back_bt a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: min(4.1vw, 18px);
    position: relative;
    background: #808080;
    padding: 10px 0 10px 20px;
    text-align: left;
    transition: all 0.3s;
}
.back_bt a::after {
    content: "";
    width: 15%;
    height: 1px;
    background:#fff;
    position: absolute;
    right: 0;
    top: 49%;
     transition: all 0.8s;
}

.back_bt a:hover {
opacity: 0.8;
}

.back_bt a:hover::after {
    width: 7%;
}


.footerAction {
    display: none;
}



@media only screen and (max-width: 768px) {
    
.entry_wrapp {
    padding-top: 80px;
    height: auto;
    margin-bottom: 60px;
}
    
    
.entry_wrapp_in {
position: relative;
top: auto;
left: auto;
transform: translate(0%, 0%);
}
    
.entry_wrapp_in h2 {
    margin-bottom: 30px;
    font-size: min(6.1vw, 35px);
    line-height: 140%;
}

.entry_wrapp_in p {
    width: 96%;
    margin: 0 auto 30px;
}  
   
.sp-action {
     display: none;
} 
    

}