.matchprogram {
    margin-top: 40px;
}

.matchprogram-main {
    position: relative;
}

.matchprogram-tabcontent {
}

.matchprogram-tabpane {
}

.matchprogram-row {
    margin: 0 -10px;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    padding: 85px 0 43px 0;
}

.matchprogram-col {
    padding: 10px;
}

.matchprogram-col--content {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.matchprogram-col--figure {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.matchprogram-content {
    border-radius: 16px;
    background: #FFF;
    padding: 16px 8px 19px;
    /* min-height: 449px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.matchprogram-iconwrap {
    border-radius: 16px;
    background: #F5C952;
    font-size: 0;
    display: block;
    margin-right: auto;
    margin-left: 8px;
    margin-bottom: -8px;
    float: left;
    padding: 10px 10px;
}

.matchprogram-entry {
    padding: 0px 0 0 0;
    clear: both;
    display: flex;
    flex-direction: column;
    /* min-height: 352px; */
    flex-grow: 1;
    /* min-height: 355px; */
    text-align: center;
}

.matchprogram-title {
    clear: both;
    color: var(--clr-01);
    font-family: var(--second-family);
    font-size: 36px;
    padding: 0 10px;
}

.matchprogram-subtitle {
    font-size: 24px;
    font-family: var(--second-family);
    color: var(--clr-04);
    padding-top: 11px;
}

.matchprogram-description {
    padding-top: 11px;
    line-height: 1.5;
}

.matchprogram-notices {
    font-size: 18px;
    color: var(--clr-01);
    line-height: 1;
    margin-top: auto;
    padding-top: 20px;
}

.matchprogram-notices ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: start;
}

.matchprogram-notices ul li {
    position: relative;
    padding: 5px 19px 5px 17px;
}

.matchprogram-notices ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--clr-04);
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 1px;
}

.matchprogram-arwrap {
    border-radius: 0 28px 0 48px;
    background: #9E826F;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 51px;
    bottom: 0px;
    padding: 26px 34px 26px 50px;
    transform: rotate(90deg);
    transform-origin: 100% 100%;
    visibility: hidden;
    color: #fff;
}

.matchprogram-figure {
    padding: 16px 3px 0;
}

.matchprogram-picture {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    min-height: 199px;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 24px 0 24px 0;
}

.matchprogram-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.matchprogram-control {
    border-radius: 21px;
    background: #fff;
    padding: 16px 47px 0 47px;
}

.matchprogram-button {
    display: block;
    color: var(--clr-01);
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border-radius: 16px;
    background: #F5C952;
    border: 1px solid #F5C952;
    padding: 22px 10px 23px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: start;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.matchprogram-button svg {
    margin: 2px 0 0 9px;
}

.matchprogram-button:hover {
    border-color: #F5C952;
    background: transparent;
}

@media (min-width: 75em) {
    .matchprogram {
        margin-top: 56px;
    }

    .matchprogram-main {
    }

    .matchprogram-tabcontent {
    }

    .matchprogram-tabpane {
    }

    .matchprogram-row {
    }

    .matchprogram-col {
    }

    .matchprogram-col--content {
    }

    .matchprogram-col--figure {
    }

    .matchprogram-content {
        border-radius: 28px;
        max-width: 48.6%;
        padding: 17px 14px 60px 14px;
    }

    .matchprogram-iconwrap {
        border-radius: 24px;
        padding: 21px 21px 21px 21px;
        margin: 0 auto -25px 0px;
    }

    .matchprogram-entry {
        text-align: left;
        padding: 0 60px 0 60px;
        position: relative;
    }

    .matchprogram-title {
        font-size: 64px;
        padding: 0;
    }

    .matchprogram-subtitle {
        font-size: 36px;
        padding-top: 12px;
    }

    .matchprogram-description {
        padding-top: 39px;
        padding-right: 25px;
    }

    .matchprogram-notices {
    }

    .matchprogram-notices ul {
    }

    .matchprogram-notices ul li {
    }

    .matchprogram-notices ul li:before {
    }

    .matchprogram-arwrap {
        visibility: visible;
        right: 53px;
        bottom: -183px;
    }

    .matchprogram-figure {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        width: 48.55%;
        padding: 0;
    }

    .matchprogram-picture {
        height: 100%;
    }

    .matchprogram-picture img {
    }

    .matchprogram-control {
        padding: 33px 60px 0 60px;
    }

    .matchprogram-button {
        width: auto;
        min-width: 250px;
        padding: 36px 0 35px 0;
        font-weight: 500;
        border-radius: 28px;
    }

    .matchprogram-button svg {
    }

    .matchprogram-button:hover {
    }
}
