@charset "UTF-8";

.contents_btn01 a:nth-child(1):nth-last-child(1) {
    margin-left: 0;
    margin-right: 0;
    border-radius: 13px;
    /* color: #ff0000; */
    background-color: #c31c1c;
}

.contents_btn01 a, .contents_btn01 a span:not(.admin_edit_link) {
    position: relative;
    background-color: #b72d8c;
}
@media screen and (max-width: 640px){
.content_btn{
text-align: center;
}
.content_btn a {
    background: #b72d8c;
    padding: 1% 8% !important;
    color: #fff !important;
    text-decoration: none;
        text-decoration-color: currentcolor;
    text-decoration-color: currentcolor;
    position: relative;
    display: inline-block;
}
}