.hp_flex-centering{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hp_pc-hide{
    display: block;
}
.hp_sp-hide{
    display: none;    
}

.js_displayNone{
    display: none !important;
}

.js_btnActive{

}

@media screen and (min-width: 768px) {
    .hp_sp-hide{
        display: block;
    }
    .hp_pc-hide{
        display: none;
    }

}
@media screen and (max-width: 769px){
    .hp_sp-flex-centering{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height:fit-content;
    }
}


.hp_bgGray{
    background-color: #ebebeb;
}

.hp_roundFrame{
    border:1px solid;
    border-radius: 10px;
    
}
.hp_roundFrame.hp_roundFrameGreen{
    border-color: #385739;
}
.hp_roundFrame_txt{
    text-align: center;
    width: 100%;

}

.hp_inlineblock{
    display: inline-block;
}

.hp_flex{
    display: flex;
}
.hp_flex-sb{
    display: flex;
    justify-content: space-between;
}
.hp_flex-center{
    display: flex;
    justify-content: center;
}
.hp_flex-wrap{
    flex-wrap:wrap;
}

.hp_flex-end{
    display: flex;
    justify-content: flex-end;
}

.hp_text-center{
    text-align: center;
}
.hp_td-center{
    text-align: center;
    vertical-align: middle;
}
.hp_w40p{
    width: 40%;
}
.hp_w60p{
    width: 60%;
}
.hp_w75p{
    width: 75%;
}

.hp_overflow-hidden{
    overflow: hidden;
}

.hp_sticky{
    top:0;
    position: sticky;
}
.hp_inline-block{
    display: inline-block;
}
.hp_w10p{
    width: 10%;
}
.hp_w15p{
    width: 15%;
}
.hp_w25p{
    width: 25%;
}
.hp_w20p{
    width: 20%;
}
.hp_w40p{
    width: 40%;
}
.hp_w50p{
    width: 50%;
}

.hp_w60p{
    width: 60%;
}
.hp_w75p{
    width: 75%;
}
.hp_w80p{
    width: 80%;
}

.hp_w100p{
    width: 100%;
}

.hp_mw200{
    max-width: 200px;
}

.hp_m-hor-a{
    margin-right: auto;
    margin-left: auto;
}

.hp_mt5{
    margin-top: 5px;
}
.hp_mt10{
    margin-top: 10px;
}
.hp_mt20{
    margin-top: 20px;
}
.hp_mt30{
    margin-top: 30px;
}
.hp_mt40{
    margin-top: 40px;
}
.hp_mt50{
    margin-top: 50px;
}


.hp_mb5{
    margin-bottom: 5px;
}

.hp_mb10{
    margin-bottom: 10px;
}

.hp_mb20{
    margin-bottom: 20px;    
}

.hp_mb30{
    margin-bottom: 30px;
}
.hp_mb35{
    margin-bottom: 35px;
}
.hp_mb40{
    margin-bottom: 40px;
}
.hp_mb50{
    margin-bottom: 50px;
}
.hp_mb60{
    margin-bottom: 60px;
}

.hp_ml5{
    margin-left: 5px;
}
.hp_ml10{
    margin-left: 10px;
}
.hp_ml20{
    margin-left: 20px;
}
.hp_ml30{
    margin-left: 30px;
}
.hp_ml40{
    margin-left: 40px;
}
.hp_ml50{
    margin-left: 50px;
}



.hp_ml5p{
    margin-left: 5%;
}
.hp_ml10p{
    margin-left: 10%;
}

.hp_mr5{
    margin-right: 5px;
}
.hp_mr10{
    margin-right: 10px;
}
.hp_mr20{
    margin-right: 20px;
}
.hp_mr30{
    margin-right: 30px;
}

.hp_letterSpacing1{
    letter-spacing: 1px;
}


.hp_p10{
    padding: 10px;
}
.hp_p40{
    padding: 40px;
}

.hp_font-sizeSm{
    font-size:12px;
}
.hp_font-sizeMd{
    font-size:14px;
}
.hp_font-sizeLg{
    font-size:18px;
}
.hp_font-weightBold{
    font-weight: bold;
}
.hp_font-colorGreen{
    color: #385739;
}
.hp_font-colorBlue{
    color: #6699cc;
}
.hp_font-colorBrown{
    color: #666633;
}
.hp_vertical-alignMiddle{
    vertical-align: middle;
}