@charset "UTF-8";



#ankermenu +.contents_btn01 .content_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
}


#ankermenu +.contents_btn01 .content_wrapper a{
    width: 170px !important;
}

@media screen and (max-width: 768px) {

#ankermenu +.contents_btn01 .content_wrapper {
        flex-direction: column;
        align-items: center;
        width: 100%;

}
#ankermenu +.contents_btn01 .content_wrapper a{
    width: 100% !important;
}
  }


