@charset "UTF-8";

.contents_btn01 .content_wrapper>a {
    min-width: 395px !important;
}


@media screen and (max-width: 900px) {
.contents_btn01 .content_wrapper>a {
    margin-left: 0;
    margin-right: 0;
}
.contents_btn01 .content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

@media screen and (max-width: 430px) {
    .contents_btn01 .content_wrapper>a {
        min-width: auto !important;
        width: 375px !important;
    }
}
@media screen and (max-width: 410px) {
    .contents_btn01 .content_wrapper>a,
.contents_btn01 a:nth-child(1):nth-last-child(1) {
        min-width: auto !important;
                width: 335px !important;
    }
}