@charset "UTF-8";

/*------------------アンカーリンクボタン調整------------------*/
[id*="price_btn"] + .contents_btn01 .content_wrapper a{
    min-width: 160px;
    width: 160px !important;
}

@media screen and ( max-width:800px) {
[id*="price_btn"] + .contents_btn01 .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
[id*="price_btn"] + .contents_btn01 .content_wrapper a {
    width: calc(50% - 32px) !important;
}
}

@media screen and ( max-width:450px) {
[id*="price_btn"] + .contents_btn01 .content_wrapper a {
    width: 80% !important;
}
}