@charset "utf-8";

.small-items {
    color: #b355a0;
}
.contents-button {
    width: 280px;
}
.contents-button a {
    padding: 20px 20px;
}
.tickes-important-box {
    position: relative;
    float: left;
    padding: 20px;
    background-color: #fde8f1;
    color: #E60012;
}
.tickes-important-text {
    color: #000;
}

.tickes-infomation {
    margin-bottom: 32px;
}

.btn-infomation {
    width: 60% !important;
}
.btn-infomation a {
    color: #fff;
    font-weight: 700;
    padding: 24px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .contents-column {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tickes-important-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-infomation {
        width: 90% !important;
    }
    .btn-infomation a {
        padding: 10px 20px;
    }

}
