@charset "UTF-8";
.plan_link_position {
    position: absolute;
    bottom: 27%;
    left: 50%;
    transform: translateX(-50%);
    width:100% !important;
}
@media screen and (max-width: 767px) {
    .plan_link_position .txtSize-base {
    bottom: 30%;
    font-size: 3.5vw!important;
    }
}
